MCPcopy Create free account
hub / github.com/EngoEngine/engo / unsupportedType

Function unsupportedType

utils.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9func unsupportedType() {
10 warning("type not supported")
11}
12
13func warning(msg string) {
14 log.Println("[WARNING] " + msg)

Callers 1

TestUtilsFunction · 0.70

Calls 1

warningFunction · 0.70

Tested by 1

TestUtilsFunction · 0.56