MCPcopy Index your code
hub / github.com/TanStack/db / userNameTransforms

Function userNameTransforms

packages/db/tests/query/composables.test.ts:157–160  ·  view source on GitHub ↗
({ user }: { user: Ref<User> })

Source from the content-addressed store, hash-verified

155 })
156
157 const userNameTransforms = ({ user }: { user: Ref<User> }) => ({
158 nameUpper: upper(user.name),
159 nameLower: lower(user.name),
160 })
161
162 // Use the select objects in a query
163 const liveCollection = createLiveQueryCollection({

Callers 1

Calls 2

upperFunction · 0.85
lowerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…