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

Function debounce

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

Source from the content-addressed store, hash-verified

3608 });
3609 },
3610 debounce(t) {
3611 const e = Ba();
3612 return (
3613 this.targets().add(
3614 Ba(
3615 null,
3616 null,
3617 it(t, (t) => {
3618 const n = t.dataflow;
3619 (e.receive(t), n && n.run && n.run());
3620 }),
3621 ),
3622 ),
3623 e
3624 );
3625 },
3626 between(t, e) {
3627 let n = !1;
3628 return (

Callers

nothing calls this directly

Calls 4

BaFunction · 0.70
itFunction · 0.70
addMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected