MCPcopy Create free account
hub / github.com/dailydotdev/apps / getPostByIdKey

Function getPostByIdKey

packages/shared/src/lib/query.ts:287–287  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

285}
286
287export const getPostByIdKey = (id: string): QueryKey => [RequestKey.Post, id];
288
289export type HasConnection<
290 TEntity,

Callers 15

SmartComposerModalFunction · 0.90
BoostedViewModalFunction · 0.90
useShowBoostButtonFunction · 0.90
PostOptionButtonContentFunction · 0.90
defaultOnMutateFunction · 0.90
updatePostFunction · 0.90
invalidatePostCacheByIdFunction · 0.90
usePostByIdFunction · 0.90
useMoveBookmarkToFolderFunction · 0.90
defaultOnMutateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected