MCPcopy 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
109func debugSetFEnv(L *LState) int {
110 L.SetFEnv(L.CheckAny(1), L.CheckAny(2))
111 return 0
112}
113
114func debugSetLocal(L *LState) int {
115 level := L.CheckInt(1)

Callers

nothing calls this directly

Calls 2

CheckAnyMethod · 0.80
SetFEnvMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…