Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ connectedState
Function
connectedState
packages/lit-query/src/controllers/BaseController.ts:155–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
protected get connectedState(): boolean {
156
return
this.connected
157
}
158
159
protected queueUpdate(): void {
160
if
(this.updateQueued) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected