MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / empty

Method empty

src/analysis/mod.rs:27–29  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

25 }
26
27 pub fn empty(&self) -> bool {
28 self.stmts.is_empty()
29 }
30
31 /// Stack pop
32 pub fn pop(&mut self) -> T {

Callers 15

push_childsMethod · 0.80
get_clean_rootMethod · 0.80
get_included_sys_headerFunction · 0.80
handle_set_jumpMethod · 0.80
executeMethod · 0.80
get_call_linesMethod · 0.80
get_callerMethod · 0.80
visit_max_caller_pathMethod · 0.80
visit_max_callerMethod · 0.80

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected