| 26 | const {strs: oldStrs, objs: oldObjs} = oldPaths || {strs: {}, objs: {}}; |
| 27 | |
| 28 | const diffHead = path => startingPath.some((v, i) => path[i] !== v); |
| 29 | |
| 30 | const spLen = startingPath.length; |
| 31 | // if we're updating a subtree, clear out all of the existing items |
no outgoing calls
no test coverage detected
searching dependent graphs…