MCPcopy 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
290func (b valueBool) string() unistring.String {
291 return unistring.String(b.String())
292}
293
294func (b valueBool) ToFloat() float64 {
295 if b {

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
StringTypeAlias · 0.92

Tested by

no test coverage detected