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

Function encode

packages/sql/src/SqlEventJournal.ts:125–133  ·  view source on GitHub ↗
(toI)

Source from the content-addressed store, hash-verified

123 }
124 },
125 encode(toI) {
126 return {
127 id: toI.id,
128 event: toI.event,
129 primary_key: toI.primaryKey,
130 payload: toI.payload,
131 timestamp: new Date(EventJournal.entryIdMillis(toI.id as EventJournal.EntryId))
132 }
133 }
134 }
135 )
136 const EntrySqlArray = Schema.Array(EntrySql)

Callers 3

makeExecuteFunction · 0.70
requestFunction · 0.70
void_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected