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

Method toString

value.go:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (i valueInt) toString() String {
184 return asciiString(i.String())
185}
186
187func (i valueInt) string() unistring.String {
188 return unistring.String(i.String())

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
asciiStringTypeAlias · 0.85

Tested by

no test coverage detected