Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ String
Method
String
value.go:598–600 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
596
}
597
598
func
(f valueFloat) String() string {
599
return
fToStr(float64(f), ftoa.ModeStandard, 0)
600
}
601
602
func
(f valueFloat) ToFloat() float64 {
603
return
float64(f)
Callers
2
toString
Method · 0.95
string
Method · 0.95
Calls
1
fToStr
Function · 0.85
Tested by
no test coverage detected