Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
208
export
function
getRawGitHubUrl(filePath: string): string {
209
return
`${REPO_BASE_URL}/${filePath}`;
210
}
211
212
/**
213
* Download a file from its path
Callers
1
downloadZipBundle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected