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

Method intent_file_for

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

Build the vault-relative path for an intent file.

(&self, session_id: Option<&str>, turn_id: Option<u32>)

Source from the content-addressed store, hash-verified

653
654 /// Build the vault-relative path for an intent file.
655 fn intent_file_for(&self, session_id: Option<&str>, turn_id: Option<u32>) -> String {
656 format!("{}/intent.md", self.intent_dir_for(session_id, turn_id))
657 }
658
659 /// Find the vault path for an intent by its display ID.
660 ///

Callers 1

vault_intent_createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected