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

Function trace_git_import

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

Source from the content-addressed store, hash-verified

842}
843
844fn trace_git_import(message: impl AsRef<str>) {
845 if trace_git_import_enabled() {
846 eprintln!("[git-import] {}", message.as_ref());
847 }
848}
849
850struct SlowImportProgress {
851 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