(other: NodeCursor)
| 939 | } |
| 940 | |
| 941 | equals(other: NodeCursor): boolean { |
| 942 | return this.listBlock === other.listBlock && this.index === other.index |
| 943 | } |
| 944 | |
| 945 | getChainToRoot(): number[] { |
| 946 | return this.listBlock.getChainToRoot().concat(this.index) |
no outgoing calls
no test coverage detected