Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react/react
/ Async
Function
Async
packages/react-devtools-shared/src/__tests__/profilingCache-test.js:715–718 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
713
return
'Fallback...'
;
714
};
715
const
Async = () => {
716
Scheduler.unstable_advanceTime(3);
717
return
getData();
718
};
719
720
utils.act(() => store.profilerStore.startProfiling());
721
await
utils.actAsync(() => render(<Parent />));
Callers
nothing calls this directly
Calls
1
getData
Function · 0.70
Tested by
no test coverage detected