MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / addEventPoolingTo

Function addEventPoolingTo

code/event-handlers/public/app.js:2440–2444  ·  view source on GitHub ↗
(EventConstructor)

Source from the content-addressed store, hash-verified

2438}
2439
2440function addEventPoolingTo(EventConstructor) {
2441 EventConstructor.eventPool = [];
2442 EventConstructor.getPooled = getPooledEvent;
2443 EventConstructor.release = releasePooledEvent;
2444}
2445
2446var SyntheticEvent$1 = SyntheticEvent;
2447

Callers 1

app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected