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

Function groupkey

docs/app/js/sanddance-app.js:115708–115712  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

115706 };
115707}
115708function groupkey(fields) {
115709 return !fields || !fields.length ? function() {
115710 return "";
115711 } : fields.length === 1 ? fields[0] : multikey(fields);
115712}
115713function measureName(op, field, as) {
115714 return as || op + (!field ? "" : "_" + field);
115715}

Callers 3

initFunction · 0.70
sanddance-app.jsFile · 0.70
transformFunction · 0.70

Calls 1

multikeyFunction · 0.70

Tested by

no test coverage detected