MCPcopy Index your code
hub / github.com/CacheControl/json-rules-engine / isBooleanOperator

Method isBooleanOperator

src/condition.js:145–147  ·  view source on GitHub ↗

* Whether the operator is boolean ('all', 'any', 'not') * @returns {Boolean}

()

Source from the content-addressed store, hash-verified

143 * @returns {Boolean}
144 */
145 isBooleanOperator () {
146 return Condition.booleanOperator(this) !== undefined
147 }
148
149 /**
150 * Whether the condition represents a reference to a condition

Callers 2

evaluateMethod · 0.95
evaluateConditionMethod · 0.80

Calls 1

booleanOperatorMethod · 0.80

Tested by

no test coverage detected