()
| 63 | |
| 64 | // compute the file URI authority of current routerState |
| 65 | public async getAuthority(): Promise<string> { |
| 66 | const state = await this.getState(); |
| 67 | return `${state.repo}+${state.ref}`; |
| 68 | } |
| 69 | |
| 70 | public async getHistory() { |
| 71 | await this._barrier.wait(); |
no test coverage detected