(filePath: string)
| 199 | * Get GitHub URL for a file |
| 200 | */ |
| 201 | export function getGitHubUrl(filePath: string): string { |
| 202 | return `${REPO_GITHUB_URL}/${filePath}`; |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Get raw GitHub URL for a file (for fetching content) |
no outgoing calls
no test coverage detected