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

Method error

hail-fuzz/src/p2im_unit_tests.rs:324–326  ·  view source on GitHub ↗
(line: usize, msg: impl Into<String>)

Source from the content-addressed store, hash-verified

322
323impl TestResult {
324 fn error(line: usize, msg: impl Into<String>) -> Self {
325 Self { line, result: Err(msg.into()) }
326 }
327
328 fn success(line: usize, input_path: PathBuf) -> TestResult {
329 Self { line, result: Ok(input_path) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected