Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ toString
Method
toString
value.go:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
func
(i valueInt) toString() String {
184
return
asciiString(i.String())
185
}
186
187
func
(i valueInt) string() unistring.String {
188
return
unistring.String(i.String())
Callers
nothing calls this directly
Calls
2
String
Method · 0.95
asciiString
TypeAlias · 0.85
Tested by
no test coverage detected