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

Function check_resolve_path

tools/fuzz-gen/out.rs:853–857  ·  view source on GitHub ↗
(in_path: Vec<u8>)

Source from the content-addressed store, hash-verified

851}
852#[quickcheck_macros::quickcheck]
853fn check_resolve_path(in_path: Vec<u8>) -> TestResult {
854 init();
855 let mut ctx = fresh_ctx(".".to_string());
856 ctx.check_resolve_path_impl(in_path)
857}
858impl VmCtx {
859 fn check_memcpy_from_sandbox_impl(
860 &self,

Callers

nothing calls this directly

Calls 3

initFunction · 0.85
fresh_ctxFunction · 0.85

Tested by

no test coverage detected