MCPcopy
hub / github.com/EngoEngine/engo / unsupportedType

Function unsupportedType

common/utils.go:9–11  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

7}
8
9func unsupportedType(v interface{}) {
10 warning("type %T not supported", v)
11}
12
13func warning(format string, a ...interface{}) {
14 log.Printf("[WARNING] "+format, a...)

Callers 5

updateBufferMethod · 0.70
generateBufferContentMethod · 0.70
DrawMethod · 0.70
generateBufferContentMethod · 0.70
DrawMethod · 0.70

Calls 1

warningFunction · 0.70

Tested by

no test coverage detected