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

Method config_path

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

Source from the content-addressed store, hash-verified

586 /// Get the config file path.
587 #[inline]
588 pub fn config_path(&self) -> PathBuf {
589 self.dot_dir.join("config.toml")
590 }
591
592 // ── View pointer (internal state) ───────────────────────────────────
593

Callers 3

switch_viewMethod · 0.45
load_remotesMethod · 0.45
save_remotesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected