MCPcopy Index your code
hub / github.com/codeaashu/claude-code / reset

Function reset

src/ink/termio/tokenize.ts:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 },
82
83 reset(): void {
84 currentState = 'ground'
85 currentBuffer = ''
86 },
87
88 buffer(): string {
89 return currentBuffer

Callers 1

useHistorySearchFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected