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

Method ToString

_state.go:1475–1477  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

1473}
1474
1475func (ls *LState) ToString(n int) string {
1476 return LVAsString(ls.Get(n))
1477}
1478
1479func (ls *LState) ToTable(n int) *LTable {
1480 if lv, ok := ls.Get(n).(*LTable); ok {

Callers

nothing calls this directly

Calls 2

GetMethod · 0.95
LVAsStringFunction · 0.85

Tested by

no test coverage detected