Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ clear_bucket
Method
clear_bucket
src/feedback/branches.rs:62–65 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
60
}
61
62
pub fn clear_bucket(mut self) -> Self {
63
self.bucket = BUCKET_MASK;
64
self
65
}
66
67
pub fn get_branch(&self) -> Branch {
68
self.branch
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected