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

Function encode

docs/app/js/sanddance-app.js:107308–107318  ·  view source on GitHub ↗
(t, set)

Source from the content-addressed store, hash-verified

107306 return this;
107307 },
107308 encode (t, set) {
107309 if ((0, _vegaUtil.isFunction)(t)) modp.push({
107310 filter: t,
107311 field: set
107312 });
107313 else mod.push({
107314 tuple: t,
107315 field: set
107316 });
107317 return this;
107318 },
107319 clean (value) {
107320 clean = value;
107321 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected