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

Method fromObject

projects/JavaScript/proto/proto.js:1991–1993  ·  view source on GitHub ↗

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

(other)

Source from the content-addressed store, hash-verified

1989 * @returns {!Balance} Created struct
1990 */
1991 static fromObject (other) {
1992 return new Balance().copy(other)
1993 }
1994
1995 /**
1996 * Get the FBE type

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected