MCPcopy
hub / github.com/Shopify/draggable / callback

Function callback

test/matchers/sensor.ts:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 let triggered = false;
7 let callCount = 0;
8 function callback() {
9 if (count !== undefined) {
10 callCount++;
11 }
12 triggered = true;
13 }
14
15 document.addEventListener(expectedEventName, callback);
16 received();

Callers 1

withElementFromPointFunction · 0.50

Calls 1

canceledMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…