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

Function isInternalReadType

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

Source from the content-addressed store, hash-verified

48];
49
50export const isInternalReadType = (post: Post): boolean =>
51 internalReadTypes.includes(post?.type);
52
53export const isSharedPostSquadPost = (
54 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