Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ trace_git_import_enabled
Function
trace_git_import_enabled
atomic-cli/src/commands/git/parallel.rs:848–850 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
846
}
847
848
fn trace_git_import_enabled() -> bool {
849
std::env::var_os(
"ATOMIC_TRACE_GIT_IMPORT"
).is_some()
850
}
851
852
fn trace_git_import(message: impl AsRef<str>) {
853
if trace_git_import_enabled() {
Callers
1
trace_git_import
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected