MCPcopy
hub / github.com/codeaashu/claude-code / flush

Function flush

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

Source from the content-addressed store, hash-verified

74 },
75
76 flush(): Token[] {
77 const result = tokenize('', currentState, currentBuffer, true, x10Mouse)
78 currentState = result.state.state
79 currentBuffer = result.state.buffer
80 return result.tokens
81 },
82
83 reset(): void {
84 currentState = 'ground'

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.70

Tested by

no test coverage detected