Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
644
func
boolRate(ok bool) float64 {
645
if
ok {
646
return
1
647
}
648
return
0
649
}
650
651
func
boolCount(ok bool) float64 {
652
if
ok {
Callers
1
buildSummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected