Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/blitz-js/blitz
/ [[...blitz]].ts
File
[[...blitz]].ts
integration-tests/no-suspense/pages/api/rpc/[[...blitz]].ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{rpcHandler} from
"@blitzjs/rpc"
2
import
{api} from
"../../../app/blitz-server"
3
4
export
default api(rpcHandler({onError: (error, ctx) => console.log(error)}))
Callers
nothing calls this directly
Calls
3
rpcHandler
Function · 0.90
api
Function · 0.85
log
Method · 0.45
Tested by
no test coverage detected