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

Method nonfatal

cranelift/codegen/src/verifier/mod.rs:222–225  ·  view source on GitHub ↗

Report a non-fatal error and return `Ok`.

(&mut self, error: impl Into<VerifierError>)

Source from the content-addressed store, hash-verified

220
221 /// Report a non-fatal error and return `Ok`.
222 pub fn nonfatal(&mut self, error: impl Into<VerifierError>) -> VerifierStepResult {
223 self.report(error);
224 Ok(())
225 }
226}
227
228impl From<Vec<VerifierError>> for VerifierErrors {

Callers 15

verify_func_refMethod · 0.80
verify_stack_slotMethod · 0.80
verify_global_valueMethod · 0.80
verify_value_listMethod · 0.80
verify_jump_tableMethod · 0.80
verify_valueMethod · 0.80
verify_is_addressMethod · 0.80
typecheck_resultsMethod · 0.80

Calls 2

OkFunction · 0.85
reportMethod · 0.45

Tested by

no test coverage detected