MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / setInputMode

Function setInputMode

cli/src/hooks/__tests__/use-input-history.test.ts:129–131  ·  view source on GitHub ↗
(mode: InputMode)

Source from the content-addressed store, hash-verified

127 }
128
129 const setInputMode = (mode: InputMode) => {
130 state.inputMode = mode
131 }
132
133 const resetHistoryNavigation = () => {
134 state.historyIndex = -1

Callers 13

ChatFunction · 0.85
handleCloseFunction · 0.85
HelpBannerFunction · 0.85
UsageBannerFunction · 0.85
handleInputChangeFunction · 0.85
handleCloseFunction · 0.85
routeUserPromptFunction · 0.85
useUsageMonitorFunction · 0.85
useInputHistoryFunction · 0.85
navigateUpFunction · 0.85
navigateDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected