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

Method fromObject

projects/JavaScript/proto/enums.js:3210–3212  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

3208 * @returns {!Enums} Created struct
3209 */
3210 static fromObject (other) {
3211 return new Enums().copy(other)
3212 }
3213
3214 /**
3215 * Get the FBE type

Callers 2

copyMethod · 0.45
fromJSONMethod · 0.45

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected