Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ string
Method
string
value.go:290–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
288
}
289
290
func
(b valueBool) string() unistring.String {
291
return
unistring.String(b.String())
292
}
293
294
func
(b valueBool) ToFloat() float64 {
295
if
b {
Callers
nothing calls this directly
Calls
2
String
Method · 0.95
String
TypeAlias · 0.92
Tested by
no test coverage detected