MCPcopy 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
154impl 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

Calls

no outgoing calls

Tested by

no test coverage detected