Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Chat
Function · 0.85
handleClose
Function · 0.85
HelpBanner
Function · 0.85
UsageBanner
Function · 0.85
handleInputChange
Function · 0.85
handleContinueWithCredits
Function · 0.85
handleClose
Function · 0.85
routeUserPrompt
Function · 0.85
useUsageMonitor
Function · 0.85
useInputHistory
Function · 0.85
navigateUp
Function · 0.85
navigateDown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected