MCPcopy Create free account
hub / github.com/yuin/gopher-lua / RawGet

Method RawGet

state.go:1899–1901  ·  view source on GitHub ↗

* }}} */ * table operations {{{ */

(tb *LTable, key LValue)

Source from the content-addressed store, hash-verified

1897/* table operations {{{ */
1898
1899func (ls *LState) RawGet(tb *LTable, key LValue) LValue {
1900 return tb.RawGet(key)
1901}
1902
1903func (ls *LState) RawGetInt(tb *LTable, key int) LValue {
1904 return tb.RawGetInt(key)

Callers 3

FindTableMethod · 0.95
getFieldMethod · 0.45
setFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected