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

Function isQueryKey

packages/vue/src/mutate.ts:142–142  ·  view source on GitHub ↗
(entry: InvalidationEntry)

Source from the content-addressed store, hash-verified

140 invalidateSoft: (keys) =>
141 Effect.forEach(
142 invalidators,
143 (invalidator) => invalidator.invalidateSoft?.(keys) ?? Effect.void,
144 { discard: true, concurrency: "unbounded" }
145 )

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…