MCPcopy
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

pathIsAbsoluteMethod · 0.45
isAbsoluteMethod · 0.45
repro.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected