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:583–585 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
581
/// Get the changes directory path.
582
#[inline]
583
pub fn changes_dir(&self) -> PathBuf {
584
self.dot_dir.join(
"changes"
)
585
}
586
587
/// Get the current view name.
588
#[inline]
Callers
1
change_path
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected