Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ is_empty
Method
is_empty
tools/fuzz-gen/src/specifications/common.rs:313–315 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
311
Self::new(Vec::new())
312
}
313
pub fn is_empty(&self) -> bool {
314
self.invariant.is_empty()
315
}
316
}
317
318
/// Specification of a procedure.
Callers
11
parse
Method · 0.80
refine
Method · 0.80
extract_assertion
Method · 0.80
extract_entailment_rhs
Method · 0.80
extract_quantifier_rhs
Method · 0.80
parse_rust_until
Method · 0.80
create_stream_until
Method · 0.80
create_stream_remaining
Method · 0.80
output_hostcall_perf_results
Function · 0.80
output_syscall_perf_results
Function · 0.80
parse_netlist
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected