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

Function groupIdOf

src/views/DataThread.tsx:3275–3276  ·  view source on GitHub ↗
(lt: DictTable)

Source from the content-addressed store, hash-verified

3273 }
3274 }
3275 const groupIdOf = (lt: DictTable) =>
3276 extraLeafIds.has(lt.id) ? (extraLeafToRealLeaf.get(lt.id) || lt.id) : lt.id;
3277
3278 // For each group, capture the ordered list of segments (using current
3279 // threadedTables iteration order, which has already been ancestor-sorted).

Callers 1

DataThreadFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected