MCPcopy Create free account
hub / github.com/codeaashu/claude-code / NOOP_HANDLER

Function NOOP_HANDLER

src/hooks/useTextInput.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28type InputHandler = (input: string) => MaybeCursor
29type InputMapper = (input: string) => MaybeCursor
30const NOOP_HANDLER: InputHandler = () => {}
31function mapInput(input_map: Array<[string, InputHandler]>): InputMapper {
32 const map = new Map(input_map)
33 return function (input: string): MaybeCursor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected