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

Function check_empty_netlist

tools/fuzz-gen/out.rs:815–819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

813}
814#[quickcheck_macros::quickcheck]
815fn check_empty_netlist() -> TestResult {
816 init();
817 let result = empty_netlist();
818 TestResult::passed()
819}
820#[quickcheck_macros::quickcheck]
821fn check_as_u32(e: RuntimeError) -> TestResult {
822 init();

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
empty_netlistFunction · 0.85

Tested by

no test coverage detected