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

Method dot_dir

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

Source from the content-addressed store, hash-verified

569 /// Get the .atomic directory path.
570 #[inline]
571 pub fn dot_dir(&self) -> &Path {
572 &self.dot_dir
573 }
574
575 /// Get the pristine (database) file path.
576 #[inline]

Callers 7

run_pushMethod · 0.80
apply_stashMethod · 0.80
run_dropMethod · 0.80
sidecar_dirFunction · 0.80
sidecar_dirFunction · 0.80

Calls

no outgoing calls