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

Function takeAtomQueryParentSpan

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

Source from the content-addressed store, hash-verified

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). */
249 readonly refetchInterval?: number
250 /** Refresh when writes intersect the dependencies recorded by this query. */
251 readonly live?: boolean | LiveQueryOptions
252}
253
254const defaults = { staleTime: Duration.seconds(5), gcTime: Duration.minutes(5) }
255

Callers 1

buildQueryFamilyFunction · 0.85

Calls 2

atomSpanTargetFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…