(ids: string[])
| 1206 | // would always mismatch and emit a redundant merge node on the very |
| 1207 | // first derivation in the thread. |
| 1208 | const sourceSetKey = (ids: string[]): string => [...ids].sort().join('\x1F'); |
| 1209 | const initialSourceIds: string[] = (() => { |
| 1210 | if (!parentTable) return []; |
| 1211 | // If parentTable is a root (no derive) or anchored, it IS the source. |
no outgoing calls
no test coverage detected