Get raw file URL base for resolving relative paths
(ref: RepoRef, branch?: string)
| 58 | parsePath(parts: string[]): { owner: string; repo: string } | null |
| 59 | /** Get raw file URL base for resolving relative paths */ |
| 60 | getRawBaseUrl(ref: RepoRef, branch?: string): string |
| 61 | /** Get blob/rendered URL base for markdown files */ |
| 62 | getBlobBaseUrl(ref: RepoRef, branch?: string): string |
| 63 | /** Convert file URLs to blob URLs (for images) */ |
no outgoing calls
no test coverage detected