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

Method toString

projects/JavaScript/proto/proto.js:5573–5580  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

5571 * @returns {!string} Struct value string
5572 */
5573 toString () {
5574 let result = ''
5575 result += 'AccountMessage('
5576 result += 'body='
5577 result += this.body.toString()
5578 result += ')'
5579 return result
5580 }
5581
5582 /**
5583 * Inspect struct

Callers 1

[util.inspect.custom]Method · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected