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

Function commandLoadMoreCommits

extensions/github1s/src/commands/commit.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117};
118
119const commandLoadMoreCommits = async () => {
120 return commitTreeDataProvider.loadMoreCommits();
121};
122
123const commandLoadMoreCommitChangedFiles = async (commitSha: string) => {
124 return commitTreeDataProvider.loadMoreChangedFiles(commitSha);

Callers

nothing calls this directly

Calls 1

loadMoreCommitsMethod · 0.45

Tested by

no test coverage detected