MCPcopy 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
283func (b valueBool) String() string {
284 if b {
285 return "true"
286 }
287 return "false"
288}
289
290func (b valueBool) string() unistring.String {
291 return unistring.String(b.String())

Callers 1

stringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected