Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ currentLocalBase
Method
currentLocalBase
state.go:893–899 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
891
}
892
893
func
(ls *LState) currentLocalBase() int {
894
base := 0
895
if
ls.currentFrame != nil {
896
base = ls.currentFrame.LocalBase
897
}
898
return
base
899
}
900
901
func
(ls *LState) currentEnv() *LTable {
902
return
ls.Env
Callers
8
printReg
Method · 0.95
indexToReg
Method · 0.95
GetTop
Method · 0.95
SetTop
Method · 0.95
Replace
Method · 0.95
Get
Method · 0.95
Insert
Method · 0.95
Remove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected