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

Method buildTreePath

extensions/github1s/src/adapters/types.ts:351–353  ·  view source on GitHub ↗
(repo: string, ref?: string, filePath?: string)

Source from the content-addressed store, hash-verified

349
350 // build the tree page path
351 buildTreePath(repo: string, ref?: string, filePath?: string): Promisable<string> {
352 return '/' + repo;
353 }
354
355 // build the blob page path
356 // startLine/endLine begins from 1

Callers 3

commandCheckoutToFunction · 0.45
commandOpenRepositoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected