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

Method fromObject

projects/JavaScript/proto/test.js:11188–11190  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

11186 * @returns {!StructNested} Created struct
11187 */
11188 static fromObject (other) {
11189 return new StructNested().copy(other)
11190 }
11191
11192 /**
11193 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected