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

Method fromObject

projects/JavaScript/proto/test.js:15613–15615  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

15611 * @returns {!StructVector} Created struct
15612 */
15613 static fromObject (other) {
15614 return new StructVector().copy(other)
15615 }
15616
15617 /**
15618 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected