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

Method toString

projects/JavaScript/proto/protoex.js:5724–5731  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

5722 * @returns {!string} Struct value string
5723 */
5724 toString () {
5725 let result = ''
5726 result += 'AccountMessage('
5727 result += 'body='
5728 result += this.body.toString()
5729 result += ')'
5730 return result
5731 }
5732
5733 /**
5734 * Inspect struct

Callers 1

[util.inspect.custom]Method · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected