(node: AppNode, path: number[])
| 29 | ]) |
| 30 | |
| 31 | function getIn(node: AppNode, path: number[]): AppNode | undefined { |
| 32 | return GetNodeByDeltaPathVisitor.getNodeAtPath(node, path) |
| 33 | } |
| 34 | |
| 35 | describe("BlockNode", () => { |
| 36 | describe("BlockNode.setIn (via SetNodeByDeltaPathVisitor)", () => { |
no test coverage detected
searching dependent graphs…