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

Method getHistory

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

Source from the content-addressed store, hash-verified

68 }
69
70 public async getHistory() {
71 await this._barrier.wait();
72 return this._history!;
73 }
74
75 public async getPath() {
76 await this._barrier.wait();

Callers 1

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected