MCPcopy Create free account
hub / github.com/BitVM/BitVM / get

Method get

bitvm/src/lib.rs:62–64  ·  view source on GitHub ↗
(&self, index: usize)

Source from the content-addressed store, hash-verified

60 }
61
62 pub fn get(&self, index: usize) -> Vec<u8> {
63 self.0.get(index)
64 }
65}
66
67impl fmt::Debug for FmtStack {

Callers 10

verify_proofMethod · 0.45
compressFunction · 0.45
sha256_stackFunction · 0.45
read_asserts_from_fileFunction · 0.45

Calls

no outgoing calls