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

Method fromObject

projects/JavaScript/proto/proto.js:587–589  ·  view source on GitHub ↗

* Create flags from object value * @param {!number} other Object value * @returns {!State} Created flags

(other)

Source from the content-addressed store, hash-verified

585 * @returns {!State} Created flags
586 */
587 static fromObject (other) {
588 return new State(other)
589 }
590}
591
592// noinspection PointlessArithmeticExpressionJS

Callers 11

copyMethod · 0.45
fromJSONMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45
copyMethod · 0.45
fromJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected