MCPcopy
hub / github.com/directus/directus / set

Method set

api/src/synchronization.ts:6–6  ·  view source on GitHub ↗
(key: string, value: string | number)

Source from the content-addressed store, hash-verified

4
5interface SynchronizationManager {
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>;

Callers 15

beforeMountFunction · 0.65
replaceVersionFunction · 0.65
addQueryToPathFunction · 0.65
getFieldsTreeFunction · 0.65
addFieldToClearFunction · 0.65
getAssetUrlFunction · 0.65
getFilesUrlFunction · 0.65
getFolderUrlFunction · 0.65
startFunction · 0.65
loadPanelDataFunction · 0.65
nav-bar.test.tsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 3

parseOperationFunction · 0.52
makeMockSchemaComposerFunction · 0.52
createObjectTCFunction · 0.52