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

Function log

packages/scheduler/src/__tests__/SchedulerPostTask-test.js:152–154  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

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

Callers 2

flushTasksFunction · 0.70

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected