(listBlock: RenderedChildSetBlock, index: number, node: SplootNode)
| 511 | |
| 512 | @action |
| 513 | insertNode(listBlock: RenderedChildSetBlock, index: number, node: SplootNode) { |
| 514 | this.insertNodeByChildSet(listBlock.childSet, index, node) |
| 515 | } |
| 516 | |
| 517 | @action |
| 518 | insertNodeByChildSet(childSet: ChildSet, index: number, node: SplootNode) { |
no test coverage detected