MCPcopy
hub / github.com/facebook/react / log

Function log

packages/scheduler/src/__tests__/Scheduler-test.js:153–155  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

151 }
152 }
153 function log(val) {
154 eventLog.push(val);
155 }
156 function isLogEmpty() {
157 return eventLog.length === 0;
158 }

Callers 5

postMessageFunction · 0.70
fireMessageEventFunction · 0.70
scheduleDiscreteEventFunction · 0.70
scheduleContinuousEventFunction · 0.70

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected