MCPcopy Create free account
hub / github.com/microsoft/SandDance / getGroupBy

Function getGroupBy

packages/sanddance-specs/src/scope.ts:62–65  ·  view source on GitHub ↗
(groupings: Grouping[])

Source from the content-addressed store, hash-verified

60}
61
62export function getGroupBy(groupings: Grouping[]) {
63 const groupby = groupings.map(g => g.groupby);
64 return groupby.reduce((acc, val) => acc.concat(val), []);
65}
66
67export function addOffsets(...offsets: string[]) {
68 return offsets.filter(Boolean).join(' + ');

Callers 7

transformedMarkMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
buildMethod · 0.90
addSignalsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected