MCPcopy Index your code
hub / github.com/simstudioai/sim / invalidatedKeys

Function invalidatedKeys

apps/sim/app/_shell/providers/session-provider.test.tsx:229–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227
228 const invalidateSpy = vi.spyOn(QueryClient.prototype, 'invalidateQueries')
229 const invalidatedKeys = () =>
230 invalidateSpy.mock.calls.map(([arg]) => (arg as { queryKey?: unknown[] })?.queryKey)
231
232 const h = renderProvider()
233 await flush()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected