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