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

Function getPostByIdKey

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

Source from the content-addressed store, hash-verified

298}
299
300export const getPostByIdKey = (id: string): QueryKey => [RequestKey.Post, id];
301
302export type HasConnection<
303 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