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

Method loadMoreCommits

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

Source from the content-addressed store, hash-verified

74 }
75
76 loadMoreCommits(ref: string = 'HEAD', filePath: string = '') {
77 return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).loadMore();
78 }
79
80 hasMoreCommits(ref: string = 'HEAD', filePath: string = '') {
81 return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).hasMore();

Callers 2

commandLoadMoreCommitsFunction · 0.45

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected