feat: complete JjLib describe implementation

This commit is contained in:
2026-03-07 00:37:43 +01:00
parent bd20747bae
commit 1b66d7f86c
5 changed files with 124 additions and 23 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ mod tests {
/// Check if is_repository() was called
fn was_is_repo_called(&self) -> bool {
self.is_repo_called.load(std::sync::atomic::Ordering::SeqCst)
self.is_repo_called
.load(std::sync::atomic::Ordering::SeqCst)
}
/// Get all messages passed to describe()