Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
findOne
Function · 0.70
single
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…