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

Function isInternalReadType

packages/shared/src/graphql/posts.ts:49–50  ·  view source on GitHub ↗
(post: Post)

Source from the content-addressed store, hash-verified

47];
48
49export const isInternalReadType = (post: Post): boolean =>
50 internalReadTypes.includes(post?.type);
51
52export const isSharedPostSquadPost = (
53 post: Pick<Post, 'sharedPost'>,

Callers 3

PostCardHeaderFunction · 0.90
PostHeaderActionsFunction · 0.90
renderReadButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected