MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / SessionStorageArea

Interface SessionStorageArea

apps/extension/src/shared/auth.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 setItem(key: typeof AUTH_STORAGE_KEY, value: StoredAuth): MaybePromise<void>;
18}
19export interface SessionStorageArea {
20 clear(base: 'local'): MaybePromise<void>;
21}
22
23export type FetchLike = (input: string, init?: RequestInit) => MaybePromise<Response>;
24

Callers 8

useAttachmentQueueFunction · 0.65
clearSecretCacheForTestFunction · 0.65
connectWsFunction · 0.65
destroyFunction · 0.65
processConnectedFunction · 0.65
resetFunction · 0.65

Implementers 1

SessionIngestDOservices/session-ingest/src/dos/Sessio

Calls

no outgoing calls

Tested by

no test coverage detected