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:779–781 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
777
}
778
779
fn trace_git_import_enabled() -> bool {
780
std::env::var_os(
"ATOMIC_TRACE_GIT_IMPORT"
).is_some()
781
}
782
783
fn trace_git_import(message: impl AsRef<str>) {
784
if trace_git_import_enabled() {
Callers
1
trace_git_import
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected