MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/ink/screen.ts:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112export class StylePool {
113 private ids = new Map<string, number>()
114 private styles: AnsiCode[][] = []
115 private transitionCache = new Map<number, string>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected