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

Function ev

atomic-cli/src/commands/intent/validate.rs:180–182  ·  view source on GitHub ↗
(urn: &str)

Source from the content-addressed store, hash-verified

178 use super::check_evidence_resolution;
179
180 fn ev(urn: &str) -> Vec<(String, String)> {
181 vec![("urn:atomic:ac:x-ac-1".to_string(), urn.to_string())]
182 }
183
184 #[test]
185 fn no_repo_skips_without_violations() {

Calls

no outgoing calls