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

Function makeStreamQueryFamily

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

Source from the content-addressed store, hash-verified

727 refetch: view.refetch,
728 refresh: view.refresh,
729 registry: view.registry,
730 atom: view.atom
731 }
732
733 return [
734 view.result,
735 view.data,
736 (_options?: RefetchOptions) => view.refetch(),
737 handle
738 ] as any
739 }
740
741 const useQuery: {
742 /**

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…