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

Method intent_file_for

atomic-repository/src/repository/vault_intent.rs:1096–1098  ·  view source on GitHub ↗

Build the vault-relative path for an intent file: `intents/ /intent.md`.

(&self, uid: &str)

Source from the content-addressed store, hash-verified

1094
1095 /// Build the vault-relative path for an intent file: `intents/<ulid>/intent.md`.
1096 fn intent_file_for(&self, uid: &str) -> String {
1097 format!("{}/intent.md", self.intent_dir_for(uid))
1098 }
1099
1100 /// Find the vault path for an intent by its resolved manifest key.
1101 ///

Callers 1

vault_intent_createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected