(refs: Map<string, RefEntry>)
| 74 | |
| 75 | // ─── Ref Map ────────────────────────────────────────────── |
| 76 | setRefMap(refs: Map<string, RefEntry>) { |
| 77 | this.refMap = refs; |
| 78 | } |
| 79 | |
| 80 | clearRefs() { |
| 81 | this.refMap.clear(); |
no outgoing calls
no test coverage detected