MCPcopy
hub / github.com/zts212653/clowder-ai / get

Function get

packages/web/src/debug/__tests__/invocationEventDebug.test.ts:369–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367 Object.defineProperty(window, 'localStorage', {
368 configurable: true,
369 get() {
370 throw new Error('SecurityError');
371 },
372 });
373 Object.defineProperty(window, 'sessionStorage', {
374 configurable: true,

Callers 12

chatStore.tsFile · 0.50
sidebarStore.tsFile · 0.50
conciergeStore.tsFile · 0.50
guideStore.tsFile · 0.50
label-store.tsFile · 0.50
themeStore.tsFile · 0.50
brakeStore.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected