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

Method fromObject

projects/JavaScript/proto/test.js:17254–17256  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

17252 * @returns {!StructList} Created struct
17253 */
17254 static fromObject (other) {
17255 return new StructList().copy(other)
17256 }
17257
17258 /**
17259 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected