Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_store
Method · 0.80
process_files
Method · 0.80
fetch_latest_valid_file
Method · 0.80
get_initial_utxo
Method · 0.80
get_initial_utxos
Method · 0.80
validate_witness
Function · 0.80
verify_funding_inputs
Function · 0.80
fmt
Method · 0.80
get_transform_steps
Method · 0.80
append_bitcom_locking_script_to_partial_scripts
Function · 0.80
emulate_fq_to_nibbles_scripted
Function · 0.80
emulate_extern_hash_fps_scripted
Function · 0.80
Calls
no outgoing calls
Tested by
1
verify_funding_inputs
Function · 0.64