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

Function isRecord

packages/vue/src/mutate.ts:139–140  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

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

Callers 1

queryKeyFromFiltersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…