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

Method changes_dir

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

Source from the content-addressed store, hash-verified

577 /// Get the changes directory path.
578 #[inline]
579 pub fn changes_dir(&self) -> PathBuf {
580 self.dot_dir.join("changes")
581 }
582
583 /// Get the current view name.
584 #[inline]

Callers 1

change_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected