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

Class

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

Source from the content-addressed store, hash-verified

19// so blitRegion can copy IDs directly (no re-interning) and
20// diffEach can compare IDs as integers (no string lookup).
21export class CharPool {
22 private strings: string[] = [' ', ''] // Index 0 = space, 1 = empty (spacer)
23 private stringMap = new Map<string, number>([
24 [' ', 0],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected