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

Method toString

projects/JavaScript/proto/protoex.js:4925–4932  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

4923 * @returns {!string} Struct value string
4924 */
4925 toString () {
4926 let result = ''
4927 result += 'BalanceMessage('
4928 result += 'body='
4929 result += this.body.toString()
4930 result += ')'
4931 return result
4932 }
4933
4934 /**
4935 * Inspect struct

Callers 1

[util.inspect.custom]Method · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected