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

Method has_error

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

Source from the content-addressed store, hash-verified

197 /// Return whether one or more errors were reported.
198 #[inline]
199 pub fn has_error(&self) -> bool {
200 !self.0.is_empty()
201 }
202
203 /// Return a `VerifierStepResult` that is fatal if at least one error was reported,
204 /// and non-fatal otherwise.

Callers 1

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected