MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / empty

Method empty

cli/src/events/storage.ts:28–30  ·  view source on GitHub ↗
(cacheDir: string)

Source from the content-addressed store, hash-verified

26 ) {}
27
28 static empty(cacheDir: string): EventsFileStore {
29 return new EventsFileStore(cacheDir, emptyEventsDocument());
30 }
31
32 static async load(cacheDir: string): Promise<EventsFileStore> {
33 try {

Callers 2

openMethod · 0.80
storage.test.tsFile · 0.80

Calls 1

emptyEventsDocumentFunction · 0.85

Tested by

no test coverage detected