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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected