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

Function signal

resources/vega.min.js:29678–29681  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

29676 return this._origin.slice();
29677 },
29678 signal(t, e, n) {
29679 const r = Rz(this, t);
29680 return 1 === arguments.length ? r.value : this.update(r, e, n);
29681 },
29682 width(t) {
29683 return arguments.length ? this.signal("width", t) : this.signal("width");
29684 },

Callers

nothing calls this directly

Calls 2

RzFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected