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

Method fromObject

projects/JavaScript/proto/protoex.js:4169–4171  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

4167 * @returns {!OrderMessage} Created struct
4168 */
4169 static fromObject (other) {
4170 return new OrderMessage().copy(other)
4171 }
4172
4173 /**
4174 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected