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

Method processToken

src/ink/termio/parser.ts:299–307  ·  view source on GitHub ↗
(token: Token)

Source from the content-addressed store, hash-verified

297 }
298
299 private processToken(token: Token): Action[] {
300 switch (token.type) {
301 case 'text':
302 return this.processText(token.value)
303
304 case 'sequence':
305 return this.processSequence(token.value)
306 }
307 }
308
309 private processText(text: string): Action[] {
310 // Handle BEL characters embedded in text

Callers 1

feedMethod · 0.95

Calls 2

processTextMethod · 0.95
processSequenceMethod · 0.95

Tested by

no test coverage detected