Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
441
func
baseType(L *LState) int {
442
L.Push(LString(L.CheckAny(1).Type().String()))
443
return
1
444
}
445
446
func
baseUnpack(L *LState) int {
447
tb := L.CheckTable(1)
Callers
nothing calls this directly
Calls
5
LString
TypeAlias · 0.85
CheckAny
Method · 0.80
Push
Method · 0.65
String
Method · 0.65
Type
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…