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

Method fromObject

projects/JavaScript/proto/proto.js:2930–2932  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

2928 * @returns {!Account} Created struct
2929 */
2930 static fromObject (other) {
2931 return new Account().copy(other)
2932 }
2933
2934 /**
2935 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected