Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CacheControl/json-rules-engine
/ getEvent
Method
getEvent
src/rule.js:112–114 ·
view source on GitHub ↗
* returns the event object * @returns {Object} event
()
Source
from the content-addressed store, hash-verified
110
* @returns {Object} event
111
*/
112
getEvent () {
113
return
this.ruleEvent
114
}
115
116
/**
117
* returns the priority
Callers
1
rule.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected