Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
80
const
asPath = (path) => path;
81
const
asUrl = (path) => url.pathToFileURL(path);
82
83
const
cases = [
84
[asPath,
new
Date(
'1982-09-10 13:37'
)],
Callers
nothing calls this directly
Calls
1
pathToFileURL
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…