Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/directus/directus
/ exists
Method
exists
api/src/synchronization.ts:9–9 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
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
}
12
Callers
15
index.test.ts
File · 0.65
index.test.ts
File · 0.65
exists
Method · 0.65
index.test.ts
File · 0.65
has
Method · 0.65
index.test.ts
File · 0.65
index.test.ts
File · 0.65
resolveFsExtensions
Function · 0.65
use-layout.test.ts
File · 0.65
index.test.ts
File · 0.65
exists
Method · 0.65
version-chip.test.ts
File · 0.65
Implementers
2
SynchronizationManagerMemory
api/src/synchronization.ts
SynchronizationManagerRedis
api/src/synchronization.ts
Calls
no outgoing calls
Tested by
1
getDisplayText
Function · 0.52