MCPcopy Create free account
hub / github.com/breck7/scroll / join

Method join

external/.scrollLibs.js:21952–21954  ·  view source on GitHub ↗
(...segments)

Source from the content-addressed store, hash-verified

21950 return this._storage.dirname(absolutePath)
21951 }
21952 join(...segments) {
21953 return this._storage.join(...segments)
21954 }
21955 async getMTime(absolutePath) {
21956 return await this._storage.getMTime(absolutePath)
21957 }

Callers 1

makeRelativePathMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected