Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ dot_dir
Method
dot_dir
atomic-repository/src/repository/mod.rs:567–569 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
565
/// Get the .atomic directory path.
566
#[inline]
567
pub fn dot_dir(&self) -> &Path {
568
&self.dot_dir
569
}
570
571
/// Get the pristine (database) file path.
572
#[inline]
Callers
7
run_push
Method · 0.80
apply_stash
Method · 0.80
run_drop
Method · 0.80
sidecar_dir
Function · 0.80
attested_sidecar_candidates
Function · 0.80
test_legacy_sidecar_raw_arg_fallback_is_found
Function · 0.80
sidecar_dir
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_legacy_sidecar_raw_arg_fallback_is_found
Function · 0.64