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

Method getCommitList

extensions/github1s/src/repository/index.ts:68–70  ·  view source on GitHub ↗
(ref: string = 'HEAD', filePath: string = '', forceUpdate: boolean = false)

Source from the content-addressed store, hash-verified

66 }
67
68 getCommitList(ref: string = 'HEAD', filePath: string = '', forceUpdate: boolean = false) {
69 return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).getList(forceUpdate);
70 }
71
72 getCommitItem(ref: string, forceUpdate: boolean = false) {
73 return CommitManager.getInstance(this._scheme, this._repo, ref, '').getItem(forceUpdate);

Callers 2

commandSwitchToCommitFunction · 0.80
getCommitItemsMethod · 0.80

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected