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

Function warning

common/utils.go:13–15  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

11}
12
13func warning(format string, a ...interface{}) {
14 log.Printf("[WARNING] "+format, a...)
15}

Callers 3

notImplementedFunction · 0.70
unsupportedTypeFunction · 0.70
NewMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected