Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ set_quality
Method
set_quality
src/program/mod.rs:225–227 ·
view source on GitHub ↗
(&mut self, quality: Quality)
Source
from the content-addressed store, hash-verified
223
}
224
225
pub fn set_quality(&mut self, quality: Quality) {
226
self.quality = quality;
227
}
228
229
pub fn get_quality(&self) -> &Quality {
230
&self.quality
Callers
4
test_update_prompt_queue
Function · 0.80
update_quality
Method · 0.80
deserialize
Method · 0.80
update_quality
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_update_prompt_queue
Function · 0.64