MCPcopy Index your code
hub / github.com/Shopify/go-lua / MetaTableNamed

Function MetaTableNamed

auxiliary.go:260–262  ·  view source on GitHub ↗
(l *State, name string)

Source from the content-addressed store, hash-verified

258}
259
260func MetaTableNamed(l *State, name string) {
261 l.Field(RegistryIndex, name)
262}
263
264func SetMetaTableNamed(l *State, name string) {
265 MetaTableNamed(l, name)

Callers 3

NewMetaTableFunction · 0.85
SetMetaTableNamedFunction · 0.85
TestUserDataFunction · 0.85

Calls 1

FieldMethod · 0.80

Tested by 1

TestUserDataFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…