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

Function recordEffect

code/communication/public/app.js:7654–7658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7652};
7653
7654function recordEffect() {
7655 if (enableUserTimingAPI) {
7656 effectCountInCurrentCommit++;
7657 }
7658}
7659
7660function recordScheduleUpdate() {
7661 if (enableUserTimingAPI) {

Callers 2

commitAllHostEffectsFunction · 0.70
commitAllLifeCyclesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected