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

Method get_branches

src/feedback/branches.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108 }
109
110 pub fn get_branches(&self) -> &Vec<BranchState> {
111 &self.branches
112 }
113
114 pub fn get_branches_mut(&mut self) -> &mut Vec<BranchState> {
115 &mut self.branches

Callers 3

check_branch_statesMethod · 0.80
get_covered_branchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected