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

Function fn

packages/react-dom/src/__tests__/ReactChildReconciler-test.js:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47 function makeIterableFunction(value) {
48 const fn = () => {};
49 fn['@@iterator'] = function iterator() {
50 let timesCalled = 0;
51 return {

Callers 15

onMessageFunction · 0.50
onMessageFunction · 0.50
handleMessageFunction · 0.50
initializeFunction · 0.50
unmountTestAppFunction · 0.50
runWithPriorityFunction · 0.50
batchedUpdatesFunction · 0.50
emitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected