MCPcopy Create free account
hub / github.com/argumentcomputer/ix / claim_bytes

Function claim_bytes

crates/ixon/src/proof.rs:1734–1738  ·  view source on GitHub ↗
(claim: &Claim)

Source from the content-addressed store, hash-verified

1732 assert!(claim_roundtrip(&claim));
1733 }
1734
1735 #[test]
1736 fn test_reveal_proof_roundtrip() {
1737 let proof = Proof::new(
1738 Claim::Reveal {
1739 comm: Address::hash(b"comm"),
1740 info: RevealConstantInfo::Axio {
1741 is_unsafe: Some(false),

Callers 1

test_claim_first_byteFunction · 0.85

Calls 1

putMethod · 0.45

Tested by 1

test_claim_first_byteFunction · 0.68