MCPcopy
hub / github.com/vitest-dev/vitest / keypressHandler

Function keypressHandler

packages/vitest/src/node/stdin.ts:165–167  ·  view source on GitHub ↗
(str: string, key: any)

Source from the content-addressed store, hash-verified

163 }
164
165 async function keypressHandler(str: string, key: any) {
166 await _keypressHandler(str, key)
167 }
168
169 async function inputNamePattern() {
170 off()

Callers

nothing calls this directly

Calls 1

_keypressHandlerFunction · 0.85

Tested by

no test coverage detected