Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
impl 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_peaks
Method · 0.80
get_subroots
Method · 0.80
generate_proof
Method · 0.80
get_helpers_from_index
Method · 0.80
get_subroot
Method · 0.80
test_15_block_hash_calculation
Function · 0.80
verify_proof
Method · 0.80
remove_script_and_control_block_from_witness
Function · 0.80
cleanup_cache_files
Function · 0.80
try_from
Method · 0.80
get_latest_file_names
Method · 0.80
filter_files_names_by_timestamp
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_15_block_hash_calculation
Function · 0.64
test_verify_public_nonces_invalid_signature
Function · 0.64
fund_inputs
Method · 0.64
test_merge_add_new_input_and_output
Function · 0.64
verify_test_vectors
Function · 0.64
test_hinted_check_tangent_line_keep_elements
Function · 0.64
test_hinted_mul_by_char_on_q
Function · 0.64
test_hinted_mul_by_char_on_phi_q
Function · 0.64
test_get_query_for_table_index
Function · 0.64
test_query_table
Function · 0.64
test_hinted_msm_with_constant_bases_affine_script
Function · 0.64
test_accumulate_rows
Function · 0.64