Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
260
func
MetaTableNamed(l *State, name string) {
261
l.Field(RegistryIndex, name)
262
}
263
264
func
SetMetaTableNamed(l *State, name string) {
265
MetaTableNamed(l, name)
Callers
3
NewMetaTable
Function · 0.85
SetMetaTableNamed
Function · 0.85
TestUserData
Function · 0.85
Calls
1
Field
Method · 0.80
Tested by
1
TestUserData
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…