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

Function makeStreamQueryNew

packages/vue/src/query.ts:754–766  ·  view source on GitHub ↗
(_getRuntime: () => Context.Context<R>, getAtomRt: () => AtomClientRuntime)

Source from the content-addressed store, hash-verified

752 options: Omit<CustomUndefinedInitialQueryOptions<A, CauseException<E>, TData>, "enabled"> & { mode: "optional" }
753 ): readonly [
754 ComputedRef<AsyncResult.AsyncResult<TData, E>>,
755 ComputedRef<TData | undefined>,
756 (options?: RefetchOptions) => Effect.Effect<QueryObserverResult<TData, CauseException<E>>>,
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>
767 ]
768 <TData = A>(
769 arg: I | WatchSource<I>,

Callers 1

constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…