Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/patriksimek/vm2
/ isAbsolute
Method
isAbsolute
lib/filesystem.js:72–74 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
70
}
71
72
isAbsolute(path) {
73
return
this.path.isAbsolute(path);
74
}
75
76
join(...paths) {
77
return
this.path.join(...paths);
Callers
3
pathIsAbsolute
Method · 0.45
isAbsolute
Method · 0.45
repro.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected