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

Function main

src/bin/evaluate.rs:266–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266fn main() -> Result<()> {
267 let config = Config::parse();
268 prompt_fuzz::config::Config::init_test(&config.project);
269 match &config.command {
270 Commands::Coverage { kind, rand_bench } => coverage(config.project.clone(), kind, *rand_bench)?,
271 }
272 Ok(())
273}

Callers

nothing calls this directly

Calls 1

coverageFunction · 0.85

Tested by

no test coverage detected