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

Function evaluate

resources/vega.min.js:3541–3549  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

3539 ((this.pulse = null), (this.source = null));
3540 },
3541 evaluate(t) {
3542 const e = this._update;
3543 if (e) {
3544 const n = this.marshall(t.stamp),
3545 r = e.call(this, n, t);
3546 if ((n.clear(), r !== this.value)) this.value = r;
3547 else if (!this.modified()) return t.StopPropagation;
3548 }
3549 },
3550 run(t) {
3551 if (t.stamp < this.stamp) return t.StopPropagation;
3552 let e;

Callers

nothing calls this directly

Calls 10

QBFunction · 0.85
JBFunction · 0.85
ZBFunction · 0.85
eFunction · 0.85
haFunction · 0.85
clearMethod · 0.80
originMethod · 0.80
renderAsyncMethod · 0.80
backgroundMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected