MCPcopy
hub / github.com/directus/directus / delete

Method delete

api/src/synchronization.ts:8–8  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

6 set(key: string, value: string | number): Promise<void>;
7 get(key: string): Promise<string | null>;
8 delete(key: string): Promise<void>;
9 exists(key: string): Promise<boolean>;
10 setGreaterThan(key: string, value: number): Promise<boolean>;
11}

Callers 15

unmountedFunction · 0.65
deleteSaveFunction · 0.65
moveAndDeleteFunction · 0.65
recursiveDeleteFunction · 0.65
removeQueryFromPathFunction · 0.65
deleteGroupFunction · 0.65
uninstallFunction · 0.65
removeFunction · 0.65
deleteCollectionFunction · 0.65
deleteFunction · 0.65
finishFunction · 0.65
endRequestFunction · 0.65

Implementers 2

SynchronizationManagerMemoryapi/src/synchronization.ts
SynchronizationManagerRedisapi/src/synchronization.ts

Calls

no outgoing calls

Tested by 2

setupHappyPathTrackerFunction · 0.52
mockSessionConsumedFunction · 0.52