Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ get_rc_total
Method
get_rc_total
src/execution/logger.rs:155–157 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
153
154
impl ProgramLogger {
155
pub fn get_rc_total(&self) -> usize {
156
self.rc.total
157
}
158
159
pub fn get_rc_succ(&self) -> usize {
160
self.rc.succ
Callers
1
generate_until_n_success
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected