MCPcopy 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_clifFunction · 0.45
fmtMethod · 0.45
func_locMethod · 0.45
func_by_text_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected