MCPcopy Index your code
hub / github.com/EngoEngine/engo / notImplemented

Function notImplemented

common/utils.go:5–7  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

3import "log"
4
5func notImplemented(msg string) {
6 warning(msg + " is not yet implemented on this platform")
7}
8
9func unsupportedType(v interface{}) {
10 warning("type %T not supported", v)

Callers

nothing calls this directly

Calls 1

warningFunction · 0.70

Tested by

no test coverage detected