(refs: Map<string, RefEntry>)
| 1151 | |
| 1152 | // ─── Ref Map (delegates to active session) ────────────────── |
| 1153 | setRefMap(refs: Map<string, RefEntry>) { |
| 1154 | this.getActiveSession().setRefMap(refs); |
| 1155 | } |
| 1156 | |
| 1157 | clearRefs() { |
| 1158 | this.getActiveSession().clearRefs(); |
nothing calls this directly
no test coverage detected