Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / testkit / createInMemoryPairingStore
Function: createInMemoryPairingStore()
ts
function createInMemoryPairingStore(): PairingStore;Defined in: packages/channels/src/testkit/in-memory-pairing-store.ts:19
In-memory PairingStore for tests and single-process prototypes. Mirrors the sqlite implementation's semantics (one pending request per peer, per-channel code uniqueness by construction).