MCPcopy Index your code
hub / github.com/andlabs/ui / tobool

Function tobool

util.go:25–27  ·  view source on GitHub ↗
(b C.int)

Source from the content-addressed store, hash-verified

23}
24
25func tobool(b C.int) bool {
26 return b != 0
27}
28
29func frombool(b bool) C.int {
30 if b {

Callers 15

PaddedMethod · 0.85
InvertibleMethod · 0.85
InvertMethod · 0.85
BorderlessMethod · 0.85
MarginedMethod · 0.85
MarginedMethod · 0.85
PaddedMethod · 0.85
PaddedMethod · 0.85
ReadOnlyMethod · 0.85
MarginedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected