MCPcopy 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
182func boolToInt(b bool) int {
183 if b {
184 return 1
185 }
186 return 0
187}

Callers 1

StoreMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected