Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/patriksimek/vm2
/ join
Method
join
lib/filesystem.js:28–30 ·
view source on GitHub ↗
(...paths)
Source
from the content-addressed store, hash-verified
26
}
27
28
join(...paths) {
29
return
pa.join(...paths);
30
}
31
32
basename(path) {
33
return
pa.basename(path);
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected