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

Method constructor

src/ink/events/input-event.ts:197–204  ·  view source on GitHub ↗
(keypress: ParsedKey)

Source from the content-addressed store, hash-verified

195 readonly input: string
196
197 constructor(keypress: ParsedKey) {
198 super()
199 const [key, input] = parseKey(keypress)
200
201 this.keypress = keypress
202 this.key = key
203 this.input = input
204 }
205}
206

Callers

nothing calls this directly

Calls 1

parseKeyFunction · 0.70

Tested by

no test coverage detected