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

Function getCommentHash

packages/shared/src/graphql/comments.ts:60–60  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

58}
59
60export const getCommentHash = (id: string): string => `#c-${id}`;
61
62export interface RecommendedMentionsData {
63 recommendedMentions: UserShortProfile[];

Callers 4

SocialShareFunction · 0.90
CommentContainerFunction · 0.90
useShareCommentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected