Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ setModuleFunctions
Function
setModuleFunctions
internal/scripting/module_func.go:18–20 ·
view source on GitHub ↗
(vm *goja.Runtime)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
setModuleFunctions(vm *goja.Runtime) {
19
vm.Set(
"modules"
, moduleFunctions)
20
}
Callers
1
setAllScriptingFunctions
Function · 0.85
Calls
1
Set
Method · 0.65
Tested by
no test coverage detected