MCPcopy
hub / github.com/tastejs/todomvc / addEventPoolingTo

Function addEventPoolingTo

examples/typescript-react/js/bundle.js:2473–2477  ·  view source on GitHub ↗
(EventConstructor)

Source from the content-addressed store, hash-verified

2471}
2472
2473function addEventPoolingTo(EventConstructor) {
2474 EventConstructor.eventPool = [];
2475 EventConstructor.getPooled = getPooledEvent;
2476 EventConstructor.release = releasePooledEvent;
2477}
2478
2479/**
2480 * @interface Event

Callers 1

bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected