Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/patriksimek/vm2
/ isAbsolute
Method
isAbsolute
lib/filesystem.js:24–26 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
22
}
23
24
isAbsolute(path) {
25
return
pa.isAbsolute(path);
26
}
27
28
join(...paths) {
29
return
pa.join(...paths);
Callers
nothing calls this directly
Calls
1
isAbsolute
Method · 0.45
Tested by
no test coverage detected