MCPcopy Index your code
hub / github.com/Cyinx/einx / OpenOsRuntime

Function OpenOsRuntime

lua/lua_runtime.go:32–36  ·  view source on GitHub ↗
(L *lua.LState)

Source from the content-addressed store, hash-verified

30}
31
32func OpenOsRuntime(L *lua.LState) int {
33 osmod := L.RegisterModule(lua.OsLibName, osFuncs)
34 L.Push(osmod)
35 return 1
36}
37
38var osFuncs = map[string]lua.LGFunction{
39 "clock": osClock,

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…