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

Method toString

projects/JavaScript/proto/proto.js:3975–3982  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

3973 * @returns {!string} Struct value string
3974 */
3975 toString () {
3976 let result = ''
3977 result += 'OrderMessage('
3978 result += 'body='
3979 result += this.body.toString()
3980 result += ')'
3981 return result
3982 }
3983
3984 /**
3985 * Inspect struct

Callers 1

[util.inspect.custom]Method · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected