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