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:147–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
146
if
(eventName ===
'go to link'
) {
147
const
mutationHandler = () => {
148
return
{
149
read: true,
150
};
151
};
152
153
if
(feedQueryKey) {
154
const
postIndex = items.findIndex(
Callers
7
useOnPostClick
Function · 0.70
trySetPostRead
Function · 0.70
updateLatestChangelogPostCache
Function · 0.70
CommentActionButtons
Function · 0.50
CommentActionButtonsV1
Function · 0.50
mutateVoteReadHistoryPost
Function · 0.50
mutateVoteFeedPost
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected