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

Function unattested_row_is_na_na

atomic-cli/src/commands/intent/list.rs:381–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379
380 #[test]
381 fn unattested_row_is_na_na() {
382 let (repo, ids, _dir) = repo_with_intents(1);
383 let kp = KeyPair::generate();
384 let row = row_for(&repo, &ids[0], Some(&kp));
385 assert_eq!(row.attested, Attested::None);
386 assert_eq!(row.verifies, Verifies::Na);
387 assert_eq!(row.attested.table(), "–");
388 assert_eq!(row.verifies.table(), "–");
389 }
390
391 #[test]
392 fn fresh_same_signer_verifies() {

Callers

nothing calls this directly

Calls 2

repo_with_intentsFunction · 0.85
row_forFunction · 0.70

Tested by

no test coverage detected