MCPcopy Create free account
hub / github.com/diem/move / error

Method error

language/move-bytecode-verifier/src/control_flow.rs:69–71  ·  view source on GitHub ↗
(&self, status: StatusCode, offset: CodeOffset)

Source from the content-addressed store, hash-verified

67 }
68
69 fn error(&self, status: StatusCode, offset: CodeOffset) -> PartialVMError {
70 PartialVMError::new(status).at_code_offset(self.current_function, offset)
71 }
72}
73
74fn instruction_labels(context: &ControlFlowVerifier) -> Vec<Label> {

Callers 3

check_continuesFunction · 0.45
check_breaksFunction · 0.45
check_no_loop_splitsFunction · 0.45

Calls 1

at_code_offsetMethod · 0.80

Tested by

no test coverage detected