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

Method fromFlags

projects/JavaScript/proto/proto.js:578–580  ·  view source on GitHub ↗

* Create flags from number flags representation * @param {!number} flags Number flags representation * @returns {!State} Created flags

(flags)

Source from the content-addressed store, hash-verified

576 * @returns {!State} Created flags
577 */
578 static fromFlags (flags) {
579 return new State(flags)
580 }
581
582 /**
583 * Create flags from object value

Callers 4

test_extending.jsFile · 0.45
print.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected