MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / trace_git_import

Function trace_git_import

atomic-cli/src/commands/git/parallel.rs:783–787  ·  view source on GitHub ↗
(message: impl AsRef<str>)

Source from the content-addressed store, hash-verified

781}
782
783fn trace_git_import(message: impl AsRef<str>) {
784 if trace_git_import_enabled() {
785 eprintln!("[git-import] {}", message.as_ref());
786 }
787}
788
789struct SlowImportProgress {
790 done: mpsc::Sender<()>,

Callers 5

write_commitMethod · 0.85
write_empty_commitMethod · 0.85
parse_commitFunction · 0.85

Calls 1

trace_git_import_enabledFunction · 0.85

Tested by

no test coverage detected