MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected