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

Function obj

docs/app/js/sanddance-app.js:4612–4618  ·  view source on GitHub ↗
(nameValues, clause)

Source from the content-addressed store, hash-verified

4610 return bin.discreteColumn.column.quantitative ? `format(${val(0)}, '~r') + ' - ' + format(${val(1)}, '~r')` : val(0);
4611}
4612function obj(nameValues, clause) {
4613 if (clause) nameValues = [
4614 clause,
4615 ...nameValues
4616 ];
4617 return `{${nameValues.join()}}`;
4618}
4619function serializeAsVegaExpression(bin, firstFieldName, lastFieldName, clause) {
4620 if (bin.discreteColumn.column.quantitative) {
4621 const low = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected