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

Function non_change_urn_is_ignored

atomic-cli/src/commands/intent/validate.rs:208–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206
207 #[test]
208 fn non_change_urn_is_ignored() {
209 let dir = tempfile::tempdir().unwrap();
210 atomic_repository::Repository::init(dir.path()).unwrap();
211 // A non-change evidence URN is out of scope for resolution.
212 let v = check_evidence_resolution(&ev("urn:atomic:memory:whatever"), Some(dir.path()));
213 assert!(v.is_empty());
214 }
215}

Callers

nothing calls this directly

Calls 4

evFunction · 0.85
unwrapMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected