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

Function useStreamQueryAtom

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

Source from the content-addressed store, hash-verified

744 * When `I = void` the input argument may be omitted.
745 * @deprecated use client helpers instead (.query())
746 */
747 <I, E, A, Request extends Req, Name extends string>(
748 self: RequestHandlerWithInput<I, A, E, R, Request, Name>
749 ): {
750 <TData = A>(
751 arg: WatchSource<Option.Option<I>>,
752 options: Omit<CustomUndefinedInitialQueryOptions<A, CauseException<E>, TData>, "enabled"> & { mode: "optional" }

Callers 1

streamQueryHelpersForFunction · 0.85

Calls 2

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…