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

Function notImplemented

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() {
10 warning("type not supported")

Callers 5

CursorPosFunction · 0.70
SetCursorFunction · 0.70
TestUtilsFunction · 0.70
CursorPosFunction · 0.70
SetCursorFunction · 0.70

Calls 1

warningFunction · 0.70

Tested by 1

TestUtilsFunction · 0.56