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

Method len

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

Source from the content-addressed store, hash-verified

53
54impl FmtStack {
55 pub fn len(&self) -> usize {
56 self.0.len()
57 }
58 pub fn is_empty(&self) -> bool {
59 self.0.is_empty()
60 }

Callers 15

recalculate_peaksMethod · 0.80
get_subrootsMethod · 0.80
generate_proofMethod · 0.80
get_subrootMethod · 0.80
verify_proofMethod · 0.80
cleanup_cache_filesFunction · 0.80
try_fromMethod · 0.80
get_latest_file_namesMethod · 0.80

Calls

no outgoing calls