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

Function getAlwaysOpenInEditor

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

Source from the content-addressed store, hash-verified

528}
529
530export function getAlwaysOpenInEditor(): boolean {
531 try {
532 const raw = localStorageGetItem(LOCAL_STORAGE_ALWAYS_OPEN_IN_EDITOR);
533 return raw === 'true';
534 } catch (error) {}
535 return false;
536}
537
538type ParseElementDisplayNameFromBackendReturn = {
539 formattedDisplayName: string | null,

Callers 1

index.jsFile · 0.90

Calls 1

localStorageGetItemFunction · 0.90

Tested by

no test coverage detected