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

Method fromObject

projects/JavaScript/proto/test.js:6419–6421  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

6417 * @returns {!StructOptional} Created struct
6418 */
6419 static fromObject (other) {
6420 return new StructOptional().copy(other)
6421 }
6422
6423 /**
6424 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected