Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ debugSetFEnv
Function
debugSetFEnv
debuglib.go:109–112 ·
view source on GitHub ↗
(L *LState)
Source
from the content-addressed store, hash-verified
107
}
108
109
func
debugSetFEnv(L *LState) int {
110
L.SetFEnv(L.CheckAny(1), L.CheckAny(2))
111
return
0
112
}
113
114
func
debugSetLocal(L *LState) int {
115
level := L.CheckInt(1)
Callers
nothing calls this directly
Calls
2
CheckAny
Method · 0.80
SetFEnv
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…