MCPcopy 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
44export function sessionStorageSetItem(key: string, value: any): void {
45 try {
46 return sessionStorage.setItem(key, value);
47 } catch (error) {}
48}

Callers 2

onReloadAndProfileFunction · 0.90
AgentClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected