MCPcopy 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
31export function isInputModeCharacter(input: string): boolean {
32 return input === '!'
33}
34

Callers 1

mapKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected