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

Method changes_dir

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

Source from the content-addressed store, hash-verified

563 /// Get the changes directory path.
564 #[inline]
565 pub fn changes_dir(&self) -> PathBuf {
566 self.dot_dir.join("changes")
567 }
568
569 /// Get the current view name.
570 #[inline]

Callers 1

change_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected