Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ fetch
Function
fetch
examples/react/todo/src/server.ts:4–6 ·
view source on GitHub ↗
(request: Request)
Source
from the content-addressed store, hash-verified
2
3
export
default {
4
fetch(request: Request) {
5
return
handler.fetch(request)
6
},
7
}
Callers
14
api.ts
File · 0.50
fetchWithRetry
Function · 0.50
syncTodos
Function · 0.50
getAll
Function · 0.50
create
Function · 0.50
update
Function · 0.50
delete
Function · 0.50
deleteAll
Function · 0.50
fetchWithRetry
Function · 0.50
proxyElectricShape
Function · 0.50
getAll
Function · 0.50
create
Function · 0.50
Calls
1
fetch
Method · 0.80
Tested by
no test coverage detected