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

Method fromObject

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

927 * @returns {!Order} Created struct
928 */
929 static fromObject (other) {
930 return new Order().copy(other)
931 }
932
933 /**
934 * Get the FBE type

Callers 11

copyMethod · 0.45
fromJSONMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected