Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_empty
Method
is_empty
crates/environ/src/module_artifacts.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
/// Is this an empty function location?
29
#[inline]
30
pub fn is_empty(&self) -> bool {
31
self.length == 0
32
}
33
}
34
35
/// The checksum of a Wasm binary.
Callers
4
annotate_clif
Function · 0.45
fmt
Method · 0.45
func_loc
Method · 0.45
func_by_text_offset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected