Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
unsupportedType() {
10
warning(
"type not supported"
)
11
}
12
13
func
warning(msg string) {
14
log.Println(
"[WARNING] "
+ msg)
Callers
1
TestUtils
Function · 0.70
Calls
1
warning
Function · 0.70
Tested by
1
TestUtils
Function · 0.56