Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
translate
Method · 0.45
write_address
Method · 0.45
write_offset
Method · 0.45
build_with_locals
Method · 0.45
compile_expression
Function · 0.45
into_ranges
Method · 0.45
fmt
Method · 0.45
resolve_var_type
Function · 0.45
build_function_lookup
Function · 0.45
build_function_addr_map
Function · 0.45
next
Method · 0.45
build
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected