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

Function useStreamQueryFamily

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

Source from the content-addressed store, hash-verified

732
733 return [
734 view.result,
735 view.data,
736 (_options?: RefetchOptions) => view.refetch(),
737 handle
738 ] as any
739 }

Callers 1

streamQueryHelpersForFunction · 0.85

Calls 2

getStreamQueryFamilyFunction · 0.85
getAtomRtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…