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

Method toString

projects/JavaScript/proto/proto.js:4774–4781  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

4772 * @returns {!string} Struct value string
4773 */
4774 toString () {
4775 let result = ''
4776 result += 'BalanceMessage('
4777 result += 'body='
4778 result += this.body.toString()
4779 result += ')'
4780 return result
4781 }
4782
4783 /**
4784 * Inspect struct

Callers 1

[util.inspect.custom]Method · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected