MCPcopy Index your code
hub / github.com/BitVM/BitVM / is_empty

Method is_empty

bitvm/src/lib.rs:58–60  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

56 self.0.len()
57 }
58 pub fn is_empty(&self) -> bool {
59 self.0.is_empty()
60 }
61
62 pub fn get(&self, index: usize) -> Vec<u8> {
63 self.0.get(index)

Callers 12

read_from_data_storeMethod · 0.80
process_filesMethod · 0.80
get_initial_utxoMethod · 0.80
get_initial_utxosMethod · 0.80
validate_witnessFunction · 0.80
verify_funding_inputsFunction · 0.80
fmtMethod · 0.80
get_transform_stepsMethod · 0.80

Calls

no outgoing calls

Tested by 1

verify_funding_inputsFunction · 0.64