MCPcopy Index your code
hub / github.com/microsoft/SandDance / aggrField

Function aggrField

docs/app/js/sanddance-app.js:147112–147114  ·  view source on GitHub ↗
(op, field3)

Source from the content-addressed store, hash-verified

147110 return !(0, _vegaUtil.isObject)(sort) ? "" : (sort.order === Descending ? "-" : "+") + aggrField(sort.op, sort.field);
147111}
147112function aggrField(op, field3) {
147113 return (op && op.signal ? "$" + op.signal : op || "") + (op && field3 ? "_" : "") + (field3 && field3.signal ? "$" + field3.signal : field3 || "");
147114} // -----
147115const Scope$1 = "scope";
147116const View = "view";
147117function isSignal(_) {

Callers 4

sortKeyFunction · 0.70
ordinalMultipleDomainFunction · 0.70
addSortFieldFunction · 0.70
sortRefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected