Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ getChainToRoot
Method
getChainToRoot
packages/editor/src/context/selection.ts:945–947 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
943
}
944
945
getChainToRoot(): number[] {
946
return
this.listBlock.getChainToRoot().concat(this.index)
947
}
948
949
greaterThan(other: NodeCursor): boolean {
950
const
thisChain = this.getChainToRoot()
Callers
1
greaterThan
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected