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