Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ string
Method
string
value.go:371–373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
369
}
370
371
func
(n valueNull) string() unistring.String {
372
return
stringNull.string()
373
}
374
375
func
(n valueNull) ToString() Value {
376
return
n
Callers
nothing calls this directly
Calls
1
string
Method · 0.65
Tested by
no test coverage detected