MCPcopy 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
58fn get_base_type_name(type_entry: &write::ConvertUnitEntry<Reader<'_>>) -> Result<String, Error> {

Callers 8

emit_dwarf_sectionsFunction · 0.45
is_simpleMethod · 0.45
build_with_localsMethod · 0.45
compile_expressionFunction · 0.45
clone_die_attributesFunction · 0.45
updateMethod · 0.45
clone_unitFunction · 0.45
from_ranges_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected