Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ getStack
Method
getStack
external/.scrollLibs.js:15670–15672 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15668
return
this.particleAt(0)
15669
}
15670
getStack() {
15671
return
this._getStack()
15672
}
15673
_getStack(relativeTo) {
15674
if
(this.isRoot(relativeTo))
return
[]
15675
const
parent = this.parent
Callers
nothing calls this directly
Calls
1
_getStack
Method · 0.95
Tested by
no test coverage detected