(base_url_path: URL)
| 38 | const filePrefix = 'file://'; |
| 39 | |
| 40 | export function setBaseDirectory(base_url_path: URL) { |
| 41 | ce_base_directory = base_url_path.pathname; |
| 42 | } |
| 43 | |
| 44 | // Explicitly export for testing purposes - not part of the public API |
| 45 | export function removeFileProtocol(path: string) { |
no outgoing calls
no test coverage detected