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

Method hasMoreCommits

extensions/github1s/src/repository/index.ts:80–82  ·  view source on GitHub ↗
(ref: string = 'HEAD', filePath: string = '')

Source from the content-addressed store, hash-verified

78 }
79
80 hasMoreCommits(ref: string = 'HEAD', filePath: string = '') {
81 return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).hasMore();
82 }
83
84 getCommitChangedFiles(ref: string, forceUpdate: boolean = false) {
85 return CommitManager.getInstance(this._scheme, this._repo, ref, '').getChangedFiles(forceUpdate);

Callers 1

getCommitItemsMethod · 0.80

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected