Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ onlineManager.test.tsx
File
onlineManager.test.tsx
packages/query-core/src/__tests__/onlineManager.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { afterEach, beforeEach, describe, expect, test, vi } from
'vitest'
2
import { OnlineManager } from
'../onlineManager'
3
import { setIsServer } from
'./utils'
4
Callers
nothing calls this directly
Calls
6
setIsServer
Function · 0.90
isOnline
Method · 0.80
setOnline
Method · 0.80
unsubscribe
Function · 0.50
setEventListener
Method · 0.45
subscribe
Method · 0.45
Tested by
no test coverage detected