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

Function resetReturnKeySeenForTests

cli/src/utils/terminal-enter-detection.ts:59–63  ·  view source on GitHub ↗
(
  hasSeenReturn: boolean = defaultHasSeenReturnKey,
)

Source from the content-addressed store, hash-verified

57}
58
59export function resetReturnKeySeenForTests(
60 hasSeenReturn: boolean = defaultHasSeenReturnKey,
61): void {
62 hasSeenReturnKey = hasSeenReturn
63}

Calls

no outgoing calls

Tested by

no test coverage detected