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

Method fromObject

projects/JavaScript/proto/proto.js:4817–4819  ·  view source on GitHub ↗

* Create struct from object value * @param {!BalanceMessage} other Object value * @returns {!BalanceMessage} Created struct

(other)

Source from the content-addressed store, hash-verified

4815 * @returns {!BalanceMessage} Created struct
4816 */
4817 static fromObject (other) {
4818 return new BalanceMessage().copy(other)
4819 }
4820
4821 /**
4822 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected