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

Function fieldKey

docs/app/js/sanddance-app.js:148209–148211  ·  view source on GitHub ↗
(field4)

Source from the content-addressed store, hash-verified

148207 return new DataScope(scope, input, output, values, aggr);
148208};
148209function fieldKey(field4) {
148210 return (0, _vegaUtil.isString)(field4) ? field4 : null;
148211}
148212function addSortField(scope, p, sort) {
148213 const as = aggrField(sort.op, sort.field);
148214 let s;

Callers 2

cacheFunction · 0.70
countsRefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected