Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ clear
Method
clear
src/feedback/branches.rs:157–159 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
155
}
156
157
pub fn clear(&mut self) {
158
self.branches.clear();
159
}
160
161
fn init(&mut self, coverage: &CodeCoverage) {
162
for func_cov in coverage.iter_function_covs() {
Callers
9
load_programs_from_seeds
Method · 0.45
clear_global_branches
Method · 0.45
compute_library_api_coverage
Method · 0.45
update_energies
Method · 0.45
clear_succ
Method · 0.45
visit_max_caller_path
Method · 0.45
visit_max_caller
Method · 0.45
exploit_transform
Method · 0.45
synthesis
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected