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

Function check_slice_mem_mut

tools/fuzz-gen/out.rs:847–851  ·  view source on GitHub ↗
(ptr: SboxPtr, len: u32)

Source from the content-addressed store, hash-verified

845}
846#[quickcheck_macros::quickcheck]
847fn check_slice_mem_mut(ptr: SboxPtr, len: u32) -> TestResult {
848 init();
849 let mut ctx = fresh_ctx(".".to_string());
850 ctx.check_slice_mem_mut_impl(ptr, len)
851}
852#[quickcheck_macros::quickcheck]
853fn check_resolve_path(in_path: Vec<u8>) -> TestResult {
854 init();

Callers

nothing calls this directly

Calls 3

initFunction · 0.85
fresh_ctxFunction · 0.85

Tested by

no test coverage detected