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

Function useStreamQueryNew

packages/vue/src/query.ts:759–763  ·  view source on GitHub ↗
(
    q: RequestStreamHandlerWithInput<I, A, E, R, Request, Name>
  )

Source from the content-addressed store, hash-verified

757 UseQueryReturnType<any, any>
758 ]
759 <TData = A>(
760 arg: I | WatchSource<I>,
761 options: CustomDefinedInitialQueryOptions<A, CauseException<E>, TData>
762 ): readonly [
763 ComputedRef<AsyncResult.AsyncResult<TData, E>>,
764 ComputedRef<TData>,
765 (options?: RefetchOptions) => Effect.Effect<QueryObserverResult<TData, CauseException<E>>>,
766 UseQueryReturnType<any, any>

Callers 1

streamQueryHelpersForFunction · 0.85

Calls 3

useAtomStreamQueryFunction · 0.85
streamQueryAtomForFunction · 0.85
getAtomRtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…