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

Method fromObject

projects/JavaScript/proto/proto.js:5616–5618  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

5614 * @returns {!AccountMessage} Created struct
5615 */
5616 static fromObject (other) {
5617 return new AccountMessage().copy(other)
5618 }
5619
5620 /**
5621 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected