MCPcopy Create free account
hub / github.com/microsoft/data-formulator / sourceSetKey

Function sourceSetKey

src/views/DataThread.tsx:1208–1208  ·  view source on GitHub ↗
(ids: string[])

Source from the content-addressed store, hash-verified

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.

Callers 2

SingleThreadGroupViewFunction · 0.85
pushInteractionEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected