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

Class

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

Source from the content-addressed store, hash-verified

55// Hyperlink string pool shared across all screens.
56// Index 0 = no hyperlink.
57export class HyperlinkPool {
58 private strings: string[] = [''] // Index 0 = no hyperlink
59 private stringMap = new Map<string, number>()
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected