Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IIIIQIIII/claude-code
/ isInputModeCharacter
Function
isInputModeCharacter
src/components/PromptInput/inputModes.ts:31–33 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
isInputModeCharacter(input: string): boolean {
32
return
input ===
'!'
33
}
Callers
1
mapKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected