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

Method fromObject

projects/JavaScript/proto/test.js:13972–13974  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

13970 * @returns {!StructArray} Created struct
13971 */
13972 static fromObject (other) {
13973 return new StructArray().copy(other)
13974 }
13975
13976 /**
13977 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected