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

Method _getProjectRootDir

external/.scrollLibs.js:15508–15510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15506 return chain
15507 }
15508 _getProjectRootDir() {
15509 return this.isRoot() ? "" : this.root._getProjectRootDir()
15510 }
15511 // Concat 2 particles amd return a new particle, but replace any particles
15512 // in this particle that start with the same particle from the first particle with
15513 // that patched version. Does not recurse.

Callers

nothing calls this directly

Calls 1

isRootMethod · 0.95

Tested by

no test coverage detected