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

Method getNextCommit

extensions/github1s/src/repository/index.ts:104–106  ·  view source on GitHub ↗
(ref: string, filePath: string)

Source from the content-addressed store, hash-verified

102 }
103
104 getNextCommit(ref: string, filePath: string) {
105 return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).getNextCommit();
106 }
107
108 getCodeReviewList(...args: Parameters<CodeReviewManager['getList']>) {
109 return this._codeReviewManager.getList(...args);

Callers 2

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected