MCPcopy Create free account
hub / github.com/buke/quickjs-go / String

Method String

value.go:139–141  ·  view source on GitHub ↗

String returns the string representation of the value. This method implements the fmt.Stringer interface.

()

Source from the content-addressed store, hash-verified

137// String returns the string representation of the value.
138// This method implements the fmt.Stringer interface.
139func (v *Value) String() string {
140 return v.ToString()
141}
142
143// ToString returns the string representation of the value.
144func (v *Value) ToString() string {

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.95

Tested by

no test coverage detected