MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / has

Method has

src/app/cache.ts:7–7  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

5 set<T>(key: string, value: T): Promise<void>;
6 batchSet(data: { [key: string]: any }): Promise<void>;
7 has(key: string): Promise<boolean>;
8 del(key: string): Promise<void>;
9 clear(): Promise<void>;
10 list(): Promise<string[]>;

Callers 15

rspack.config.tsFile · 0.65
updateDotsFunction · 0.65
sandbox_test.jsFile · 0.65
clearMethod · 0.65
updateMethod · 0.65
shouldRetry429Method · 0.65
CallExpressionFunction · 0.65
refreshMatchFunction · 0.65
deleteScriptsFunction · 0.65
enableScriptsFunction · 0.65
Sidebar.tsxFile · 0.65
toggleGroupCollapseFunction · 0.65

Implementers 1

ExtCachesrc/app/cache.ts

Calls

no outgoing calls

Tested by 5

removeEntryFunction · 0.52
createMockDirHandleFunction · 0.52
removeEntryFunction · 0.52
createMockDirHandleFunction · 0.52
navigateDirFunction · 0.52