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

Method isConstant

src/fact.js:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 isConstant () {
37 return this.type === this.constructor.CONSTANT
38 }
39
40 isDynamic () {
41 return this.type === this.constructor.DYNAMIC

Callers 3

fact.test.jsFile · 0.80
addFactMethod · 0.80
factValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected