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

Method append_fuzzer_stmt

src/program/shim.rs:251–253  ·  view source on GitHub ↗
(&mut self, stmt: String)

Source from the content-addressed store, hash-verified

249 }
250
251 pub fn append_fuzzer_stmt(&mut self, stmt: String) {
252 self.fuzz_stmts.push(stmt);
253 }
254
255 pub fn serialize_fuzzer_stmts(&self) -> String {
256 let mut stmts = String::new();

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected