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

Function between

resources/vega.min.js:3626–3633  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

3624 );
3625 },
3626 between(t, e) {
3627 let n = !1;
3628 return (
3629 t.targets().add(Ba(null, null, () => (n = !0))),
3630 e.targets().add(Ba(null, null, () => (n = !1))),
3631 this.filter(() => n)
3632 );
3633 },
3634 detach() {
3635 ((this._filter = p), (this._targets = null));
3636 },

Callers

nothing calls this directly

Calls 2

BaFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected