MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / boolRate

Function boolRate

tests/loadtest/tools/queue_benchmark.go:644–649  ·  view source on GitHub ↗
(ok bool)

Source from the content-addressed store, hash-verified

642}
643
644func boolRate(ok bool) float64 {
645 if ok {
646 return 1
647 }
648 return 0
649}
650
651func boolCount(ok bool) float64 {
652 if ok {

Callers 1

buildSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected