Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ scopeFor
Function
scopeFor
packages/query-core/src/mutationCache.ts:242–244 ·
view source on GitHub ↗
(mutation: Mutation<any, any, any, any>)
Source
from the content-addressed store, hash-verified
240
}
241
242
function
scopeFor(mutation: Mutation<any, any, any, any>) {
243
return
mutation.options.scope?.id
244
}
Callers
4
add
Method · 0.85
remove
Method · 0.85
canRun
Method · 0.85
runNext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected