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

Function configureInvalidation

packages/effect-app/src/client/makeClient.ts:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89>
90
91export const configureInvalidation = <Resources>() =>
92<Input, Success, Failure>(
93 invalidatesQueries: InvalidationCallback<Resources, NoInfer<Input>, NoInfer<Success>, NoInfer<Failure>>
94): InvalidationConfig<Resources, Input, Success, Failure> => ({ invalidatesQueries })
95
96export const configureInvalidationCallback = <Resources>() =>
97<Input, Success, Failure>(

Callers 1

makeClient.test.tsFile · 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…