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

Method fromObject

projects/JavaScript/proto/test.js:335–337  ·  view source on GitHub ↗

* Create enum from object value * @param {!number} other Object value * @returns {!EnumTyped} Created enum

(other)

Source from the content-addressed store, hash-verified

333 * @returns {!EnumTyped} Created enum
334 */
335 static fromObject (other) {
336 return new EnumTyped(other)
337 }
338}
339
340// noinspection PointlessArithmeticExpressionJS

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected