MCPcopy 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

clear_global_branchesMethod · 0.45
update_energiesMethod · 0.45
clear_succMethod · 0.45
visit_max_caller_pathMethod · 0.45
visit_max_callerMethod · 0.45
exploit_transformMethod · 0.45
synthesisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected