MCPcopy Create free account
hub / github.com/alignoth/alignoth / si

Function si

resources/vega-lite.min.js:1084–1086  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

1082 return `Dropping color ${e} as the plot also has ${n && i ? "fill and stroke" : n ? "fill" : "stroke"}.`;
1083 }
1084 function si(e, t) {
1085 return `Dropping ${Q(e)} from channel "${t}" since it does not contain any data field, datum, value, or signal.`;
1086 }
1087 function li(e, t, n) {
1088 return `${e} dropped as it is incompatible with "${t}".`;
1089 }

Callers 2

initFacetMethod · 0.85
constructorMethod · 0.85

Calls 1

QFunction · 0.70

Tested by

no test coverage detected