Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Cyinx/einx
/ GetGlobal
Method
GetGlobal
lua/lua_state.go:191–193 ·
view source on GitHub ↗
(f string)
Source
from the content-addressed store, hash-verified
189
}
190
191
func
(this *LuaRuntime) GetGlobal(f string) LValue {
192
return
this.lua.GetGlobal(f)
193
}
194
195
func
(this *LuaRuntime) RegisterFunction(s string, f
func
(*lua.LState) int) {
196
l := this.lua
Callers
2
PCall
Method · 0.80
PCall2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected