MCPcopy Index your code
hub / github.com/yuin/gopher-lua / GetField

Method GetField

_state.go:1694–1696  ·  view source on GitHub ↗
(obj LValue, skey string)

Source from the content-addressed store, hash-verified

1692}
1693
1694func (ls *LState) GetField(obj LValue, skey string) LValue {
1695 return ls.getFieldString(obj, skey)
1696}
1697
1698func (ls *LState) GetTable(obj LValue, key LValue) LValue {
1699 return ls.getField(obj, key)

Callers 1

GetGlobalMethod · 0.95

Calls 1

getFieldStringMethod · 0.95

Tested by

no test coverage detected