MCPcopy Index your code
hub / github.com/react/react / getIfReloadedAndProfiling

Function getIfReloadedAndProfiling

packages/react-devtools-shared/src/utils.js:1271–1275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1269
1270// Expected to be used only by browser extension and react-devtools-inline
1271export function getIfReloadedAndProfiling(): boolean {
1272 return (
1273 sessionStorageGetItem(SESSION_STORAGE_RELOAD_AND_PROFILE_KEY) === 'true'
1274 );
1275}
1276
1277export function getProfilingSettings(): ProfilingSettings {
1278 return {

Callers 3

finishActivationFunction · 0.90
activateBackendFunction · 0.90
installHook.jsFile · 0.90

Calls 1

sessionStorageGetItemFunction · 0.90

Tested by

no test coverage detected