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

Function seedLatestSuccess

packages/vue/src/internal/tanstackQuery.ts:218–222  ·  view source on GitHub ↗
(data: TData)

Source from the content-addressed store, hash-verified

216 Effect.withSpan(`query ${q.id}`, {}, { captureStackTrace: false }),
217 meta?.span === undefined
218 ? (effect) => effect
219 : Effect.withParentSpan(meta.span, { captureStackTrace: false })
220 )
221 setQueryReadDependencies(fullQueryKey(q, queryKey, input), yield* Ref.get(readsRef))
222 return result
223 }),
224 { signal }
225 )

Callers 1

awaitResultFunction · 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…