MCPcopy Index your code
hub / github.com/github/awesome-copilot / getRawGitHubUrl

Function getRawGitHubUrl

website/src/scripts/utils.ts:208–210  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

206 * Get raw GitHub URL for a file (for fetching content)
207 */
208export function getRawGitHubUrl(filePath: string): string {
209 return `${REPO_BASE_URL}/${filePath}`;
210}
211
212/**
213 * Download a file from its path

Callers 1

downloadZipBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected