MCPcopy Create free account
hub / github.com/Shopify/go-lua / String

Method String

scanner_test.go:58–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (t token) String() string {
59 tok := string(t.t)
60 if tkAnd <= t.t && t.t <= tkString {
61 tok = tokens[t.t-firstReserved]
62 }
63 return fmt.Sprintf("{t:%s, n:%f, s:%q}", tok, t.n, t.s)
64}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected