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

Method is_empty

cranelift/codegen/src/verifier/mod.rs:193–195  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

191 /// Return whether no errors were reported.
192 #[inline]
193 pub fn is_empty(&self) -> bool {
194 self.0.is_empty()
195 }
196
197 /// Return whether one or more errors were reported.
198 #[inline]

Callers 8

has_errorMethod · 0.45
as_resultMethod · 0.45
fromMethod · 0.45
verify_functionFunction · 0.45
cfg_integrityMethod · 0.45
verify_signatureMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected