MCPcopy
hub / github.com/Effect-TS/effect / decode

Function decode

packages/sql/src/SqlEventJournal.ts:117–124  ·  view source on GitHub ↗
(fromA)

Source from the content-addressed store, hash-verified

115 EventJournal.Entry,
116 {
117 decode(fromA) {
118 return {
119 id: fromA.id,
120 event: fromA.event,
121 primaryKey: fromA.primary_key,
122 payload: fromA.payload
123 }
124 },
125 encode(toI) {
126 return {
127 id: toI.id,

Callers 2

findOneFunction · 0.70
singleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected