Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ mutationHandler
Function
mutationHandler
packages/shared/src/hooks/useOnPostClick.ts:141–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
140
if
(eventName ===
'go to link'
) {
141
const
mutationHandler = () => {
142
return
{
143
read: true,
144
};
145
};
146
147
if
(feedQueryKey) {
148
const
postIndex = items.findIndex(
Callers
9
useOnPostClick
Function · 0.70
trySetPostRead
Function · 0.70
updateLatestChangelogPostCache
Function · 0.70
CommentActionButtons
Function · 0.50
CommentActionButtonsV1
Function · 0.50
createVoteOnMutate
Function · 0.50
mutateVoteReadHistoryPost
Function · 0.50
mutateVoteFeedPost
Function · 0.50
defaultOnMutate
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected