MCPcopy Create free account
hub / github.com/effect-app/libs / clearQueryReadDependencies

Function clearQueryReadDependencies

packages/vue/src/dependencyMetadata.ts:20–22  ·  view source on GitHub ↗
(key: ReadonlyArray<unknown>)

Source from the content-addressed store, hash-verified

18 const hash = Hash.hash(key)
19 const entry = invalidationModes.get(hash) ?? { awaitSubscribers: 0, softSubscribers: 0 }
20 if (mode === "soft") entry.softSubscribers++
21 else entry.awaitSubscribers++
22 invalidationModes.set(hash, entry)
23 let active = true
24 return () => {
25 if (!active) return

Callers 4

trackReadDependenciesFunction · 0.90
makeTanstackQueryFunction · 0.90
makeAtomHarnessFunction · 0.85

Calls

no outgoing calls

Tested by 1

makeAtomHarnessFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…