MCPcopy Create free account
hub / github.com/TanStack/db / joinedSelect

Function joinedSelect

packages/db/tests/query/composables.test.ts:404–407  ·  view source on GitHub ↗
({ u, p }: { u: Ref<User>; p: Ref<Post> })

Source from the content-addressed store, hash-verified

402 })
403
404 const joinedSelect = ({ u, p }: { u: Ref<User>; p: Ref<Post> }) => ({
405 userName: u.name,
406 postTitle: p.title,
407 })
408
409 // Test single collection
410 const singleCollection = createLiveQueryCollection({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected