Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ removeClient
Function
removeClient
packages/query-persist-client-core/src/__tests__/utils.ts:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
return
storedState
15
},
16
removeClient() {
17
storedState = undefined
18
},
19
}
20
}
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected