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

Member predicate Redux::ActionCreator::getAReducerFunction

Gets a reducer that handles the type of action created by this action creator, for example:

handleAction(TYPE, (state, action) => { ... action.payload ... })

Does not include reducers that perform their own action type checking.

FunctionNode getAReducerFunction()