Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CacheControl/json-rules-engine
/ isDynamic
Method
isDynamic
src/fact.js:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
isDynamic () {
41
return
this.
type
=== this.constructor.DYNAMIC
42
}
43
44
/**
45
* Return the fact value, based on provided parameters
Callers
1
fact.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected