MCPcopy 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

parseMethod · 0.80
refineMethod · 0.80
extract_assertionMethod · 0.80
parse_rust_untilMethod · 0.80
create_stream_untilMethod · 0.80
parse_netlistFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected