MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / toString

Method toString

projects/JavaScript/proto/protoex.js:4126–4133  ·  view source on GitHub ↗

* Convert struct to string * @this {!OrderMessage} * @returns {!string} Struct value string

()

Source from the content-addressed store, hash-verified

4124 * @returns {!string} Struct value string
4125 */
4126 toString () {
4127 let result = ''
4128 result += 'OrderMessage('
4129 result += 'body='
4130 result += this.body.toString()
4131 result += ')'
4132 return result
4133 }
4134
4135 /**
4136 * Inspect struct

Callers 1

[util.inspect.custom]Method · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected