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