()
| 69 | |
| 70 | // ─── Page Access ─────────────────────────────────────────── |
| 71 | getPage(): Page { |
| 72 | return this.page; |
| 73 | } |
| 74 | |
| 75 | // ─── Ref Map ────────────────────────────────────────────── |
| 76 | setRefMap(refs: Map<string, RefEntry>) { |
no outgoing calls
no test coverage detected