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:553–555 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
551
/// Get the .atomic directory path.
552
#[inline]
553
pub fn dot_dir(&self) -> &Path {
554
&self.dot_dir
555
}
556
557
/// Get the pristine (database) file path.
558
#[inline]
Callers
4
run_push
Method · 0.80
apply_stash
Method · 0.80
run_drop
Method · 0.80
resolve_active_session
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected