CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.12 (changelog, source)
Search

Member predicate Redux::ReducerArg::isActionTypeHandler

Holds if the actions dispatched to this reducer have the given type, that is, it is created by an action creator that flows to actionType, or has action.type set to the string value of actionType.

predicate isActionTypeHandler(Node actionType)