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

Method fromObject

projects/JavaScript/proto/proto.js:4018–4020  ·  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

4016 * @returns {!OrderMessage} Created struct
4017 */
4018 static fromObject (other) {
4019 return new OrderMessage().copy(other)
4020 }
4021
4022 /**
4023 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected