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

Function atomSpanTarget

packages/vue/src/atomQuery.ts:239–245  ·  view source on GitHub ↗
(atom: Atom.Atom<AsyncResult.AsyncResult<A, E>>)

Source from the content-addressed store, hash-verified

237 * Revalidate a stale query on window focus AND on network reconnect (default on, matching
238 * tanstack refetchOnWindowFocus + refetchOnReconnect).
239 */
240 readonly revalidateOnFocus?: boolean
241 /**
242 * Reuse references of unchanged sub-trees across refetches (default on, matching tanstack
243 * structuralSharing). Uses Effect `Equal` so decoded Schema instances share too — more effective
244 * than tanstack's `===`, but a deep compare per refetch (O(rows·fields)). Set `false` for very
245 * large or mostly-changing result sets where the compare costs more than the saved re-renders.
246 */
247 readonly structuralSharing?: boolean
248 /** poll: re-fetch every N ms (tanstack refetchInterval). */

Callers 2

takeAtomQueryParentSpanFunction · 0.85
setAtomQueryParentSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…