Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ gbool
Function
gbool
vips/vips.go:215–220 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
213
}
214
215
func
gbool(b bool) C.gboolean {
216
if
b {
217
return
C.gboolean(1)
218
}
219
return
C.gboolean(0)
220
}
221
222
func
cRGB(c color.RGB) C.RGB {
223
return
C.RGB{
Callers
6
newLoadOptions
Function · 0.85
newSaveOptions
Function · 0.85
Init
Function · 0.85
Trim
Method · 0.85
Replicate
Method · 0.85
Strip
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected