MCPcopy 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
893func (ls *LState) currentLocalBase() int {
894 base := 0
895 if ls.currentFrame != nil {
896 base = ls.currentFrame.LocalBase
897 }
898 return base
899}
900
901func (ls *LState) currentEnv() *LTable {
902 return ls.Env

Callers 8

printRegMethod · 0.95
indexToRegMethod · 0.95
GetTopMethod · 0.95
SetTopMethod · 0.95
ReplaceMethod · 0.95
GetMethod · 0.95
InsertMethod · 0.95
RemoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected