MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Error

Function Error

vips/vips.go:132–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func Error() error {
133 defer C.vips_error_clear()
134
135 errstr := strings.TrimSpace(C.GoString(C.vips_error_buffer()))
136 return newVipsError(errstr)
137}
138
139func hasOperation(name string) bool {
140 return C.vips_type_find(cachedCString("VipsOperation"), cachedCString(name)) != 0

Callers 15

HealthFunction · 0.70
LoadMethod · 0.70
LoadThumbnailMethod · 0.70
SaveMethod · 0.70
LineCacheMethod · 0.70
ArrayjoinMethod · 0.70
RemoveAnimationMethod · 0.70
GetIntMethod · 0.70
GetIntSliceMethod · 0.70
GetDoubleMethod · 0.70
GetBlobMethod · 0.70
CastUcharMethod · 0.70

Calls 1

newVipsErrorFunction · 0.85

Tested by

no test coverage detected