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

Method intent_file_for

atomic-repository/src/repository/vault_intent.rs:912–914  ·  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

910
911 /// Build the vault-relative path for an intent file: `intents/<ulid>/intent.md`.
912 fn intent_file_for(&self, uid: &str) -> String {
913 format!("{}/intent.md", self.intent_dir_for(uid))
914 }
915
916 /// Find the vault path for an intent by its resolved manifest key.
917 ///

Callers 1

vault_intent_createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected