MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / test_report_stats

Function test_report_stats

src/callbacks.rs:264–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 for report in reports {
263 match report {
264 Report::DoubleLock(doublelock) => match doublelock.possibility.as_str() {
265 "Probably" => doublelock_probably += 1,
266 "Possibly" => doublelock_possibly += 1,
267 _ => {}
268 },
269 Report::ConflictLock(conflictlock) => match conflictlock.possibility.as_str() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected