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

Function baseToString

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

Source from the content-addressed store, hash-verified

433}
434
435func baseToString(L *LState) int {
436 v1 := L.CheckAny(1)
437 L.Push(L.ToStringMeta(v1))
438 return 1
439}
440
441func baseType(L *LState) int {
442 L.Push(LString(L.CheckAny(1).Type().String()))

Callers

nothing calls this directly

Calls 3

CheckAnyMethod · 0.80
ToStringMetaMethod · 0.80
PushMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…