Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
addFact
Method · 0.80
factValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected