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

Function trace_git_import_enabled

atomic-cli/src/commands/git/parallel.rs:892–894  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

890}
891
892fn trace_git_import_enabled() -> bool {
893 std::env::var_os("ATOMIC_TRACE_GIT_IMPORT").is_some()
894}
895
896fn trace_git_import(message: impl AsRef<str>) {
897 if trace_git_import_enabled() {

Callers 1

trace_git_importFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected