Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggregator/server
/ boolToInt
Function
boolToInt
internal/storage/sqlite.go:182–187 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
180
}
181
182
func
boolToInt(b bool) int {
183
if
b {
184
return
1
185
}
186
return
0
187
}
Callers
1
Store
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected