MCPcopy Create free account
hub / github.com/Effect-TS/effect / SqlMessageStorage.ts

File SqlMessageStorage.ts

packages/effect/src/unstable/cluster/SqlMessageStorage.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Persists cluster mailbox messages and replies in SQL.
3 *
4 * The SQL-backed `MessageStorage` stores encoded cluster envelopes and reply

Callers

nothing calls this directly

Calls 15

migrationsFunction · 0.85
selectByMessageIdFunction · 0.85
messageIdForPrimaryKeyFunction · 0.85
envelopeToRowFunction · 0.85
mayHaveLegacyRowFunction · 0.85
replyToRowFunction · 0.85
getUnprocessedMessagesFunction · 0.85
messageFromRowFunction · 0.85
groupAddressesFunction · 0.85
joinMethod · 0.80
someMethod · 0.80
tableFunction · 0.70

Tested by

no test coverage detected