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

Method buildCommitPath

extensions/github1s/src/adapters/types.ts:367–369  ·  view source on GitHub ↗
(repo: string, commitSha: string)

Source from the content-addressed store, hash-verified

365
366 // build the commit page path
367 buildCommitPath(repo: string, commitSha: string): Promisable<string> {
368 return '/' + repo;
369 }
370
371 // build the code review list page path
372 buildCodeReviewListPath(repo: string): Promisable<string> {

Callers 2

commandSwitchToCommitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected