Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_empty
Method
is_empty
crates/core/src/slab.rs:319–321 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
317
/// Are there zero allocated values within this slab?
318
#[inline]
319
pub fn is_empty(&self) -> bool {
320
self.len() == 0
321
}
322
323
/// Try to allocate a `T` value within this slab.
324
///
Callers
15
decode
Function · 0.45
decode_one
Function · 0.45
decode_all
Method · 0.45
main
Function · 0.45
zero_mem_range
Method · 0.45
assert_or_bless_output
Function · 0.45
run_test
Function · 0.45
p2_cli_splice_stdin
Function · 0.45
drop
Method · 0.45
parse
Method · 0.45
spawn
Method · 0.45
wait_for_stderr
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
7
p2_cli_splice_stdin
Function · 0.36
drop
Method · 0.36
process_expanded
Function · 0.36
cwasm_name
Function · 0.36
test_stdout_stderr_write
Function · 0.36
module_generation_uses_expected_proposals
Function · 0.36
every_op_generated
Function · 0.36