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

Method clear

apps/extension/src/shared/auth.ts:20–20  ·  view source on GitHub ↗
(base: 'local')

Source from the content-addressed store, hash-verified

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

Callers 15

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

Implementers 1

SessionIngestDOservices/session-ingest/src/dos/Sessio

Calls

no outgoing calls

Tested by

no test coverage detected