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

Method getPathVectorRelativeTo

external/.scrollLibs.js:15718–15720  ·  view source on GitHub ↗
(relativeTo)

Source from the content-addressed store, hash-verified

15716 return this._getPathVector()
15717 }
15718 getPathVectorRelativeTo(relativeTo) {
15719 return this._getPathVector(relativeTo)
15720 }
15721 _getPathVector(relativeTo) {
15722 if (this.isRoot(relativeTo)) return []
15723 const path = this.parent._getPathVector(relativeTo)

Callers

nothing calls this directly

Calls 1

_getPathVectorMethod · 0.95

Tested by

no test coverage detected