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

Function asUrl

test/parallel/test-fs-utimes.js:81–81  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

79
80const asPath = (path) => path;
81const asUrl = (path) => url.pathToFileURL(path);
82
83const cases = [
84 [asPath, new Date('1982-09-10 13:37')],

Callers

nothing calls this directly

Calls 1

pathToFileURLMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…