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

Function debugGetMetatable

debuglib.go:91–94  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

89}
90
91func debugGetMetatable(L *LState) int {
92 L.Push(L.GetMetatable(L.CheckAny(1)))
93 return 1
94}
95
96func debugGetUpvalue(L *LState) int {
97 fn := L.CheckFunction(1)

Callers

nothing calls this directly

Calls 3

CheckAnyMethod · 0.80
PushMethod · 0.65
GetMetatableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…