Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_childs
Method · 0.80
get_clean_root
Method · 0.80
get_included_sys_header
Function · 0.80
handle_set_jump
Method · 0.80
attach_push_after_open
Method · 0.80
collect_file_identifiers
Method · 0.80
collect_return_stmt_locs
Method · 0.80
execute
Method · 0.80
get_call_lines
Method · 0.80
get_caller
Method · 0.80
visit_max_caller_path
Method · 0.80
visit_max_caller
Method · 0.80
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected