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

Method vault_dir

atomic-repository/src/repository/vault.rs:13–15  ·  view source on GitHub ↗

Path to the vault directory (`.vault/` at the project root).

(&self)

Source from the content-addressed store, hash-verified

11impl Repository {
12 /// Path to the vault directory (`.vault/` at the project root).
13 pub fn vault_dir(&self) -> PathBuf {
14 self.root.join(VAULT_DIR)
15 }
16
17 /// Check if this repository has a vault initialized.
18 pub fn has_vault(&self) -> Result<bool, RepositoryError> {

Callers 15

runMethod · 0.80
runMethod · 0.80
run_asyncMethod · 0.80
run_asyncMethod · 0.80
vault_goal_stopMethod · 0.80
vault_intent_deleteMethod · 0.80
vault_intent_updateMethod · 0.80
vault_intent_linkMethod · 0.80

Calls

no outgoing calls