MCPcopy Create free account
hub / github.com/dop251/goja / string

Method string

value.go:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187func (i valueInt) string() unistring.String {
188 return unistring.String(i.String())
189}
190
191func (i valueInt) ToString() Value {
192 return i

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
StringTypeAlias · 0.92

Tested by

no test coverage detected