Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/router
/ sync
Function
sync
packages/router-core/src/ssr/serializer/ShallowErrorPlugin.ts:21–25 ·
view source on GitHub ↗
(value, ctx)
Source
from the content-addressed store, hash-verified
19
},
20
parse: {
21
sync(value, ctx) {
22
return
{
23
message: ctx.parse(value.message),
24
}
25
},
26
async
async
(value, ctx) {
27
return
{
28
message:
await
ctx.parse(value.message),
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected