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

Function initOpenPGPCryptoModule

cli/src/init.ts:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 },
93 clearCaches: async () => {
94 logger.debug('Clearing caches');
95 await Promise.allSettled([eventsManager.clear(), caches.cryptoCache.clear(), caches.entitiesCache.clear()]);
96 },
97 };
98}
99
100function initOpenPGPCryptoModule() {
101 CryptoApi.init({});

Callers 1

initFunction · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected