MCPcopy Index your code
hub / github.com/nodejs/node / pathToFileURL

Method pathToFileURL

typings/internalBinding/url.d.ts:14–14  ·  view source on GitHub ↗
(input: string, isWindows: boolean, hostname?: string)

Source from the content-addressed store, hash-verified

12 update(input: string, actionType: typeof urlUpdateActions, value: string): string | false;
13 getOrigin(input: string): string;
14 pathToFileURL(input: string, isWindows: boolean, hostname?: string): string;
15}

Callers 10

constructorMethod · 0.80
pathToFileUrlHrefFunction · 0.80
test.jsFile · 0.80
mainFunction · 0.80
asUrlFunction · 0.80
fs-write.jsFile · 0.80
ipc.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected