MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / sync

Method sync

hail-fuzz/src/monitor.rs:179–183  ·  view source on GitHub ↗
(&mut self, stats: LocalStats)

Source from the content-addressed store, hash-verified

177 }
178
179 pub fn sync(&mut self, stats: LocalStats) {
180 self.total_executions += stats.execs;
181 self.crashes += stats.crashes;
182 self.timeouts += stats.timeouts;
183 }
184}
185
186#[derive(Copy, Clone)]

Callers 1

maybe_syncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected