MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / markReturnKeySeen

Function markReturnKeySeen

cli/src/utils/terminal-enter-detection.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function markReturnKeySeen(): void {
45 hasSeenReturnKey = true
46}
47
48export function markReturnKeySeenForKey(key: EnterDetectionKey): void {
49 if (shouldMarkReturnKeySeen(key)) {

Callers 1

markReturnKeySeenForKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected