Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_comment
Method · 0.45
add_match
Method · 0.45
_indent
Function · 0.45
parse_multiline
Function · 0.45
new
Method · 0.45
parse_basic_block
Method · 0.45
parse_instruction
Method · 0.45
parse_run_command
Method · 0.45
parse_sets_and_triple
Function · 0.45
define_data
Method · 0.45
define_data
Method · 0.45
define_function_inner
Method · 0.45
Calls
no outgoing calls
Tested by
1
new
Method · 0.36