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

Function tableMaxN

tablelib.go:37–40  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

35}
36
37func tableMaxN(L *LState) int {
38 L.Push(LNumber(L.CheckTable(1).MaxN()))
39 return 1
40}
41
42func tableRemove(L *LState) int {
43 tbl := L.CheckTable(1)

Callers

nothing calls this directly

Calls 4

LNumberTypeAlias · 0.85
MaxNMethod · 0.80
CheckTableMethod · 0.80
PushMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…