()
| 116 | } |
| 117 | |
| 118 | getRefCount(): number { |
| 119 | return this.refMap.size; |
| 120 | } |
| 121 | |
| 122 | /** Get all ref entries for the /refs endpoint. */ |
| 123 | getRefEntries(): Array<{ ref: string; role: string; name: string }> { |
no outgoing calls
no test coverage detected