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

Method reset

src/ink/termio/parser.ts:279–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 linkUrl: string | undefined
278
279 reset(): void {
280 this.tokenizer.reset()
281 this.style = defaultStyle()
282 this.inLink = false
283 this.linkUrl = undefined
284 }
285
286 /** Feed input and get resulting actions */
287 feed(input: string): Action[] {

Callers

nothing calls this directly

Calls 2

defaultStyleFunction · 0.70
resetMethod · 0.65

Tested by

no test coverage detected