Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ is_empty
Method
is_empty
src/feedback/branches.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
}
148
149
pub fn is_empty(&self) -> bool {
150
self.branches.is_empty()
151
}
152
153
pub fn get_entity(&self) -> &HashMap<String, FuncBranches> {
154
&self.branches
Callers
9
from_coverage
Method · 0.45
compute_coverage_for_program
Method · 0.45
sync_from_previous
Method · 0.45
recompute_global_coverage
Method · 0.45
test_observe_branch_coverage
Function · 0.45
has_new
Method · 0.45
compute_line_coverage
Method · 0.45
compute_branch_coverage
Method · 0.45
merge_profdata
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_observe_branch_coverage
Function · 0.36