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

Method did_crash

cranelift/src/bugpoint.rs:731–733  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

729 }
730
731 fn did_crash(&mut self) {
732 self.block = self.prev_block.unwrap();
733 }
734}
735
736fn replace_with_const(pos: &mut FuncCursor, param: Value) -> &'static str {

Callers 1

reduceFunction · 0.45

Calls 1

unwrapMethod · 0.45

Tested by

no test coverage detected