Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ computeValue
Method
computeValue
packages/lit-query/src/useIsMutating.ts:107–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
private computeValue(): number {
108
if
(!this.queryClient) {
109
return
0
110
}
111
112
return
this.queryClient.isMutating(readAccessor(this.filters))
113
}
114
}
115
116
/**
Callers
5
constructor
Method · 0.95
onConnected
Method · 0.95
onHostUpdate
Method · 0.95
onQueryClientChanged
Method · 0.95
subscribe
Method · 0.95
Calls
2
readAccessor
Function · 0.85
isMutating
Method · 0.45
Tested by
no test coverage detected