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

Method toString

value.go:586–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584}
585
586func (f valueFloat) toString() String {
587 return asciiString(f.String())
588}
589
590func (f valueFloat) string() unistring.String {
591 return unistring.String(f.String())

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
asciiStringTypeAlias · 0.85

Tested by

no test coverage detected