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

Method get_entity

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

Source from the content-addressed store, hash-verified

151 }
152
153 pub fn get_entity(&self) -> &HashMap<String, FuncBranches> {
154 &self.branches
155 }
156
157 pub fn clear(&mut self) {
158 self.branches.clear();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected