MCPcopy Create free account
hub / github.com/PLSysSec/wave / check_resolve_path_impl

Method check_resolve_path_impl

tools/fuzz-gen/out.rs:931–934  ·  view source on GitHub ↗
(&self, in_path: Vec<u8>)

Source from the content-addressed store, hash-verified

929 TestResult::passed()
930 }
931 fn check_resolve_path_impl(&self, in_path: Vec<u8>) -> TestResult {
932 let result = self.resolve_path(in_path);
933 TestResult::passed()
934 }
935}
936

Callers 1

check_resolve_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected