Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"log"
4
5
func
notImplemented(msg string) {
6
warning(msg +
" is not yet implemented on this platform"
)
7
}
8
9
func
unsupportedType(v
interface
{}) {
10
warning(
"type %T not supported"
, v)
Callers
nothing calls this directly
Calls
1
warning
Function · 0.70
Tested by
no test coverage detected