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

Method fromObject

projects/JavaScript/proto/protoex.js:3081–3083  ·  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

3079 * @returns {!Account} Created struct
3080 */
3081 static fromObject (other) {
3082 return new Account().copy(other)
3083 }
3084
3085 /**
3086 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected