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

Function baseType

baselib.go:441–444  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

439}
440
441func baseType(L *LState) int {
442 L.Push(LString(L.CheckAny(1).Type().String()))
443 return 1
444}
445
446func baseUnpack(L *LState) int {
447 tb := L.CheckTable(1)

Callers

nothing calls this directly

Calls 5

LStringTypeAlias · 0.85
CheckAnyMethod · 0.80
PushMethod · 0.65
StringMethod · 0.65
TypeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…