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

Method path_error

cranelift/filetests/src/runner.rs:181–184  ·  view source on GitHub ↗

Report an error related to a path.

(&mut self, path: &PathBuf, err: &E)

Source from the content-addressed store, hash-verified

179
180 /// Report an error related to a path.
181 fn path_error<E: Error>(&mut self, path: &PathBuf, err: &E) {
182 self.errors += 1;
183 println!("{}: {}", path.to_string_lossy(), err);
184 }
185
186 /// Report on the next in-order job, if it's done.
187 fn report_job(&self) -> bool {

Callers 1

scan_dirsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected