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

Method is_empty

cranelift/entity/src/map.rs:145–147  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

143 /// Is this map completely empty?
144 #[inline(always)]
145 pub fn is_empty(&self) -> bool {
146 self.elems.is_empty()
147 }
148
149 /// Remove all entries from this map.
150 #[inline(always)]

Callers 12

doc_commentMethod · 0.45
add_matchMethod · 0.45
_indentFunction · 0.45
parse_multilineFunction · 0.45
newMethod · 0.45
parse_basic_blockMethod · 0.45
parse_instructionMethod · 0.45
parse_run_commandMethod · 0.45
parse_sets_and_tripleFunction · 0.45
define_dataMethod · 0.45
define_dataMethod · 0.45
define_function_innerMethod · 0.45

Calls

no outgoing calls

Tested by 1

newMethod · 0.36