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

Function check_ptr_to_ref

tools/fuzz-gen/out.rs:2–6  ·  view source on GitHub ↗
(ctx: *const *mut VmCtx)

Source from the content-addressed store, hash-verified

1#[quickcheck_macros::quickcheck]
2fn check_ptr_to_ref(ctx: *const *mut VmCtx) -> TestResult {
3 init();
4 let result = ptr_to_ref(ctx);
5 TestResult::passed()
6}
7#[quickcheck_macros::quickcheck]
8fn check_transmut_netlist(nl: *const Netlist) -> TestResult {
9 init();

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
ptr_to_refFunction · 0.85

Tested by

no test coverage detected