MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / len

Method len

crates/cranelift/src/debug/write_debuginfo.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 }
81
82 fn len(&self) -> usize {
83 self.writer.len()
84 }
85
86 fn write(&mut self, bytes: &[u8]) -> WriteResult<()> {
87 self.writer.write(bytes)

Callers 15

translateMethod · 0.45
write_addressMethod · 0.45
write_offsetMethod · 0.45
build_with_localsMethod · 0.45
compile_expressionFunction · 0.45
into_rangesMethod · 0.45
fmtMethod · 0.45
resolve_var_typeFunction · 0.45
build_function_lookupFunction · 0.45
build_function_addr_mapFunction · 0.45
nextMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected