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

Function addEventPoolingTo

code/dependency-injection/public/app.js:3203–3207  ·  view source on GitHub ↗
(EventConstructor)

Source from the content-addressed store, hash-verified

3201}
3202
3203function addEventPoolingTo(EventConstructor) {
3204 EventConstructor.eventPool = [];
3205 EventConstructor.getPooled = getPooledEvent;
3206 EventConstructor.release = releasePooledEvent;
3207}
3208
3209var SyntheticEvent$1 = SyntheticEvent;
3210

Callers 1

app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected