MCPcopy
hub / github.com/conwnet/github1s / getAuthority

Method getAuthority

extensions/github1s/src/router/index.ts:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 14

getSearchBasedHoverMethod · 0.80
provideHoverMethod · 0.80
provideDefinitionMethod · 0.80
provideReferencesMethod · 0.80
lookupMethod · 0.80
getBlameRangesMethod · 0.80
openFileToEditorFunction · 0.80

Calls 1

getStateMethod · 0.95

Tested by

no test coverage detected