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

Method fromObject

projects/JavaScript/proto/protoex.js:2145–2147  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

2143 * @returns {!Balance} Created struct
2144 */
2145 static fromObject (other) {
2146 return new Balance().copy(other)
2147 }
2148
2149 /**
2150 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected