MCPcopy
hub / github.com/react/react / goToNextResult

Function goToNextResult

packages/react-devtools-timeline/src/TimelineSearchInput.js:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 const search = (text: string) =>
30 dispatch({type: 'SET_SEARCH_TEXT', payload: text});
31 const goToNextResult = () => dispatch({type: 'GO_TO_NEXT_SEARCH_RESULT'});
32 const goToPreviousResult = () =>
33 dispatch({type: 'GO_TO_PREVIOUS_SEARCH_RESULT'});
34

Callers 1

handleKeyPressFunction · 0.85

Calls 1

dispatchFunction · 0.50

Tested by

no test coverage detected