Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ String
Method
String
value.go:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
func
(i valueInt) String() string {
196
return
strconv.FormatInt(int64(i), 10)
197
}
198
199
func
(i valueInt) ToFloat() float64 {
200
return
float64(i)
Callers
2
toString
Method · 0.95
string
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected