(name string)
| 137 | } |
| 138 | |
| 139 | func hasOperation(name string) bool { |
| 140 | return C.vips_type_find(cachedCString("VipsOperation"), cachedCString(name)) != 0 |
| 141 | } |
| 142 | |
| 143 | func SupportsLoad(it imagetype.Type) bool { |
| 144 | if sup, ok := typeSupportLoad.Load(it); ok { |
no test coverage detected