Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
export
const
getCommentHash = (id: string): string => `#c-${id}`;
61
62
export
interface
RecommendedMentionsData {
63
recommendedMentions: UserShortProfile[];
Callers
4
ShareModal.spec.tsx
File · 0.90
SocialShare
Function · 0.90
CommentContainer
Function · 0.90
useShareComment
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected