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

Method fromObject

projects/JavaScript/proto/proto.js:884–886  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

882 * @returns {!Order} Created struct
883 */
884 static fromObject (other) {
885 return new Order().copy(other)
886 }
887
888 /**
889 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected