Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ boolCount
Function
boolCount
tests/loadtest/tools/queue_benchmark.go:651–656 ·
view source on GitHub ↗
(ok bool)
Source
from the content-addressed store, hash-verified
649
}
650
651
func
boolCount(ok bool) float64 {
652
if
ok {
653
return
1
654
}
655
return
0
656
}
657
658
func
boolInt(ok bool) int {
659
if
ok {
Callers
1
buildSummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected