MCPcopy 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

newMethod · 0.45
append_codeMethod · 0.45
sizeMethod · 0.45
store_values_to_arrayMethod · 0.45
finalize_breakpointsMethod · 0.45
set_address_mapMethod · 0.45
hook_malloc_exitMethod · 0.45
hook_free_exitMethod · 0.45
num_params_for_funcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected