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

Function postIsPublished

packages/db/tests/query/composables.test.ts:249–250  ·  view source on GitHub ↗
({ post }: { post: Ref<Post> })

Source from the content-addressed store, hash-verified

247 eq(user.active, true)
248
249 const postIsPublished = ({ post }: { post: Ref<Post> }) =>
250 eq(post.published, true)
251
252 const userPostJoinInfo = ({
253 user,

Callers

nothing calls this directly

Calls 1

eqFunction · 0.70

Tested by

no test coverage detected