MCPcopy 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
18func setModuleFunctions(vm *goja.Runtime) {
19 vm.Set("modules", moduleFunctions)
20}

Callers 1

setAllScriptingFunctionsFunction · 0.85

Calls 1

SetMethod · 0.65

Tested by

no test coverage detected