MCPcopy
hub / github.com/CacheControl/json-rules-engine / all

Method all

src/rule.js:326–328  ·  view source on GitHub ↗
(conditions)

Source from the content-addressed store, hash-verified

324 * @return {Promise(boolean)} condition evaluation result
325 */
326 const all = (conditions) => {
327 return prioritizeAndRun(conditions, 'all')
328 }
329
330 /**
331 * Runs a 'not' boolean operator on a single condition

Callers 6

engine-run.test.jsFile · 0.80
evaluateMethod · 0.80
evaluateRulesMethod · 0.80
evaluateConditionsMethod · 0.80
resolveEventParamsMethod · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected