MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / browserStorage

Function browserStorage

packages/app/src/web/server-connection-menu.tsx:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61const browserStorage = () => globalThis.window?.localStorage ?? null;
62
63const desktopProfileStorageBridge = (): DesktopProfileStorageBridge | null => {
64 const bridge = globalThis.window?.executor;

Callers 3

readBrowserProfilesFunction · 0.85
clearBrowserProfilesFunction · 0.85
writeStoredProfilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected