MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / exit_string

Method exit_string

icicle-cortexm/src/lib.rs:522–527  ·  view source on GitHub ↗
(&self, exit: VmExit)

Source from the content-addressed store, hash-verified

520 }
521
522 fn exit_string(&self, exit: VmExit) -> String {
523 if self.fuzzware_exit == fuzzware::uc_err::UC_ERR_OK {
524 return format!("{exit:?}");
525 }
526 format!("{exit:?}: {}", fuzzware::uc_error_str(self.fuzzware_exit))
527 }
528}
529
530pub struct FuzzwareEnvironment {

Callers 1

print_crash_or_hangMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected