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

Function trace_git_import

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

Source from the content-addressed store, hash-verified

894}
895
896fn trace_git_import(message: impl AsRef<str>) {
897 if trace_git_import_enabled() {
898 eprintln!("[git-import] {}", message.as_ref());
899 }
900}
901
902struct SlowImportProgress {
903 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