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

Method fromObject

projects/JavaScript/proto/test.js:18675–18677  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

18673 * @returns {!StructSet} Created struct
18674 */
18675 static fromObject (other) {
18676 return new StructSet().copy(other)
18677 }
18678
18679 /**
18680 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected