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

Method constructor

src/utils/textHighlighting.ts:72–74  ·  view source on GitHub ↗
(private readonly text: string)

Source from the content-addressed store, hash-verified

70 private codes: AnsiCode[] = []
71
72 constructor(private readonly text: string) {
73 this.tokens = tokenize(text)
74 }
75
76 segment(highlights: TextHighlight[]): TextSegment[] {
77 const segments: TextSegment[] = []

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.50

Tested by

no test coverage detected