Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
586
func
(f valueFloat) toString() String {
587
return
asciiString(f.String())
588
}
589
590
func
(f valueFloat) string() unistring.String {
591
return
unistring.String(f.String())
Callers
nothing calls this directly
Calls
2
String
Method · 0.95
asciiString
TypeAlias · 0.85
Tested by
no test coverage detected