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

Class Fuzzer

src/fuzzer.rs:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19use eyre::Result;
20
21pub struct Fuzzer {
22 pub deopt: Deopt,
23 pub executor: Executor,
24 pub observer: Observer,
25 schedule: Schedule,
26 /// LLM model handler
27 handler: Box<dyn request::Handler>,
28 pub quiet_round: usize,
29}
30
31impl Fuzzer {
32 /// create a new fuzzer

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected