MCPcopy Index your code
hub / github.com/TanStack/query / getClientKey

Function getClientKey

packages/vue-query/src/utils.ts:6–9  ·  view source on GitHub ↗
(key?: string)

Source from the content-addressed store, hash-verified

4export const VUE_QUERY_CLIENT = 'VUE_QUERY_CLIENT'
5
6export function getClientKey(key?: string) {
7 const suffix = key ? `:${key}` : ''
8 return `${VUE_QUERY_CLIENT}${suffix}`
9}
10
11export function updateState(
12 state: Record<string, any>,

Callers 2

vueQueryPlugin.tsFile · 0.90
useQueryClientFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…