MCPcopy Index your code
hub / github.com/conwnet/github1s / getCommitItem

Method getCommitItem

extensions/github1s/src/repository/index.ts:72–74  ·  view source on GitHub ↗
(ref: string, forceUpdate: boolean = false)

Source from the content-addressed store, hash-verified

70 }
71
72 getCommitItem(ref: string, forceUpdate: boolean = false) {
73 return CommitManager.getInstance(this._scheme, this._repo, ref, '').getItem(forceUpdate);
74 }
75
76 loadMoreCommits(ref: string = 'HEAD', filePath: string = '') {
77 return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).loadMore();

Callers 3

getConcreteFileUriFunction · 0.80
getChangedFilesFunction · 0.80

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected