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

Method verify

projects/JavaScript/proto/fbe.js:1112–1114  ·  view source on GitHub ↗

* Check if the value is valid * @this {!FieldModel} * @returns {!boolean} Field model valid state

()

Source from the content-addressed store, hash-verified

1110 * @returns {!boolean} Field model valid state
1111 */
1112 verify () {
1113 return true
1114 }
1115}
1116
1117exports.FieldModel = FieldModel

Callers 15

verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
test_enums.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected