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

Method get_quality

src/program/mod.rs:229–231  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

227 }
228
229 pub fn get_quality(&self) -> &Quality {
230 &self.quality
231 }
232
233 pub fn get_weight(&self) -> f32 {
234 self.quality.compute_quality_score()

Callers 3

test_update_prompt_queueFunction · 0.80
convert_to_promptMethod · 0.80
eval_api_cov_mapFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_update_prompt_queueFunction · 0.64