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

Method isConditionReference

src/condition.js:153–155  ·  view source on GitHub ↗

* Whether the condition represents a reference to a condition * @returns {Boolean}

()

Source from the content-addressed store, hash-verified

151 * @returns {Boolean}
152 */
153 isConditionReference () {
154 return Object.prototype.hasOwnProperty.call(this, 'condition')
155 }
156}

Callers 2

toJSONMethod · 0.95
evaluateConditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected