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

Function streamQuery_

packages/vue/src/query.ts:788–795  ·  view source on GitHub ↗
(q: any)

Source from the content-addressed store, hash-verified

786 }
787 } = ((
788 self: any
789 ) => {
790 const q = useQuery_(self)
791 return (arg?: any, options?: any) => q(arg, options)
792 }) as any
793 return useQuery
794}
795
796// eslint-disable-next-line @typescript-eslint/no-empty-object-type
797export interface MakeQuery2<R> extends ReturnType<typeof makeQuery<R>> {}
798

Callers

nothing calls this directly

Calls 5

hookFunction · 0.85
handlerMethod · 0.80
pipeMethod · 0.65
mapMethod · 0.65
queryFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…