Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_empty
Method
is_empty
crates/cranelift/src/debug/transform/unit.rs:53–55 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
fn is_empty(&self) -> bool {
54
self.stack.is_empty()
55
}
56
}
57
58
fn get_base_type_name(type_entry: &write::ConvertUnitEntry<Reader<'_>>) -> Result<String, Error> {
Callers
8
emit_dwarf_sections
Function · 0.45
is_simple
Method · 0.45
build_with_locals
Method · 0.45
compile_expression
Function · 0.45
clone_die_attributes
Function · 0.45
update
Method · 0.45
clone_unit
Function · 0.45
from_ranges_ref
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected