Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react/react
/ sessionStorageSetItem
Function
sessionStorageSetItem
packages/react-devtools-shared/src/storage.js:44–48 ·
view source on GitHub ↗
(key: string, value: any)
Source
from the content-addressed store, hash-verified
42
}
43
44
export
function
sessionStorageSetItem(key: string, value: any): void {
45
try {
46
return
sessionStorage.setItem(key, value);
47
} catch (error) {}
48
}
Callers
2
onReloadAndProfile
Function · 0.90
Agent
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected