Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ String
Method
String
value.go:283–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
func
(b valueBool) String() string {
284
if
b {
285
return
"true"
286
}
287
return
"false"
288
}
289
290
func
(b valueBool) string() unistring.String {
291
return
unistring.String(b.String())
Callers
1
string
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected