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

Method hash

resources/vega-lite.min.js:9506–9510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9504 this.childModel = n.child;
9505 }
9506 hash() {
9507 let e = "Facet";
9508 for (const t of Be) this[t] && (e += ` ${t.charAt(0)}:${d(this[t])}`);
9509 return e;
9510 }
9511 get fields() {
9512 const e = [];
9513 for (const t of Be) this[t]?.fields && e.push(...this[t].fields);

Callers

nothing calls this directly

Calls 1

dFunction · 0.70

Tested by

no test coverage detected