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

Function addEventPoolingTo

code/composition/public/app.js:3248–3252  ·  view source on GitHub ↗
(EventConstructor)

Source from the content-addressed store, hash-verified

3246}
3247
3248function addEventPoolingTo(EventConstructor) {
3249 EventConstructor.eventPool = [];
3250 EventConstructor.getPooled = getPooledEvent;
3251 EventConstructor.release = releasePooledEvent;
3252}
3253
3254var SyntheticEvent$1 = SyntheticEvent;
3255

Callers 1

app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected