Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/store-sqlite-encrypted / _resetCipherPeerCacheForTesting

Function: _resetCipherPeerCacheForTesting()

ts
function _resetCipherPeerCacheForTesting(): void;

Defined in: packages/store-sqlite-encrypted/src/cipher-peer.ts:64

Internal

Test-only escape hatch. Drops the cached constructor so the next loadCipherPeer call re-imports the peer.

Returns

void