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

Class PrettyVerifierError

cranelift/codegen/src/print_errors.rs:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44struct PrettyVerifierError<'a>(Box<dyn FuncWriter + 'a>, &'a mut Vec<VerifierError>);
45
46impl<'a> FuncWriter for PrettyVerifierError<'a> {
47 fn write_block_header(

Callers 1

pretty_verifier_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected