MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / dot_dir

Method dot_dir

atomic-repository/src/repository/mod.rs:522–524  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

520 /// Get the .atomic directory path.
521 #[inline]
522 pub fn dot_dir(&self) -> &Path {
523 &self.dot_dir
524 }
525
526 /// Get the pristine (database) file path.
527 #[inline]

Callers 4

run_pushMethod · 0.80
apply_stashMethod · 0.80
run_dropMethod · 0.80
resolve_active_sessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected