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

Function addEventPoolingTo

code/communication/public/app.js:3145–3149  ·  view source on GitHub ↗
(EventConstructor)

Source from the content-addressed store, hash-verified

3143}
3144
3145function addEventPoolingTo(EventConstructor) {
3146 EventConstructor.eventPool = [];
3147 EventConstructor.getPooled = getPooledEvent;
3148 EventConstructor.release = releasePooledEvent;
3149}
3150
3151var SyntheticEvent$1 = SyntheticEvent;
3152

Callers 1

app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected