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

Function getPostByIdKey

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

Source from the content-addressed store, hash-verified

287}
288
289export const getPostByIdKey = (id: string): QueryKey => [RequestKey.Post, id];
290
291export type HasConnection<
292 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