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:840–842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

838}
839
840fn trace_git_import_enabled() -> bool {
841 std::env::var_os("ATOMIC_TRACE_GIT_IMPORT").is_some()
842}
843
844fn trace_git_import(message: impl AsRef<str>) {
845 if trace_git_import_enabled() {

Callers 1

trace_git_importFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected