MCPcopy Index your code
hub / github.com/bitnbytesio/node-input-validator / evaluateInput

Method evaluateInput

lib/validator.js:195–199  ·  view source on GitHub ↗

* validate input as a whole against post rule * @param rule * @returns {Promise. }

(rule)

Source from the content-addressed store, hash-verified

193 * @returns {Promise.<void>}
194 */
195 async evaluateInput(rule) {
196
197 await this.postRules.validate(rule);
198
199 }
200
201 /**
202 * split by dot

Callers 1

checkMethod · 0.95

Calls 1

validateMethod · 0.45

Tested by

no test coverage detected