Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ changes_dir
Method
changes_dir
atomic-repository/src/repository/mod.rs:618–620 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
616
/// Get the changes directory path.
617
#[inline]
618
pub fn changes_dir(&self) -> PathBuf {
619
self.dot_dir.join(
"changes"
)
620
}
621
622
/// Get the current view name.
623
#[inline]
Callers
1
change_path
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected