MCPcopy 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
371func (n valueNull) string() unistring.String {
372 return stringNull.string()
373}
374
375func (n valueNull) ToString() Value {
376 return n

Callers

nothing calls this directly

Calls 1

stringMethod · 0.65

Tested by

no test coverage detected