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

Method string

value.go:590–592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588}
589
590func (f valueFloat) string() unistring.String {
591 return unistring.String(f.String())
592}
593
594func (f valueFloat) ToString() Value {
595 return f

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
StringTypeAlias · 0.92

Tested by

no test coverage detected