Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/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
}
34
Callers
1
mapKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected