Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ len
Method
len
crates/cranelift/src/obj.rs:564–566 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
562
}
563
564
fn len(&self) -> usize {
565
self.0.len()
566
}
567
568
fn write(&mut self, buf: &[u8]) -> Result<(), Error> {
569
self.0.write(buf)
Callers
15
new
Method · 0.45
append_code
Method · 0.45
size
Method · 0.45
allocate_stack_array_and_spill_args
Method · 0.45
store_values_to_array
Method · 0.45
load_values_from_array
Method · 0.45
array_to_wasm_trampoline
Method · 0.45
finalize_breakpoints
Method · 0.45
set_address_map
Method · 0.45
hook_malloc_exit
Method · 0.45
hook_free_exit
Method · 0.45
num_params_for_func
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected