Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ SetNumActiveLocalVars
Method
SetNumActiveLocalVars
compile.go:160–162 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(l *gotoLabelDesc) SetNumActiveLocalVars(n int) {
161
l.NumActiveLocalVars = n
162
}
// }}}
163
164
type
CompileError
struct
{
// {{{
165
context *funcContext
Callers
2
ResolveCurrentBlockGotosWithParentBlock
Method · 0.80
compileLabelStmt
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected