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

Method get_global_branches

src/feedback/observer.rs:36–38  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

34 }
35
36 pub fn get_global_branches(&self) -> &GlobalBranches {
37 &self.branches
38 }
39
40 pub fn clear_global_branches(&mut self) {
41 self.branches.clear();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected