Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/umami-software/umami
/ useModified
Function
useModified
src/components/hooks/useModified.ts:9–13 ·
view source on GitHub ↗
(key?: string)
Source
from the content-addressed store, hash-verified
7
}
8
9
export
function
useModified(key?: string) {
10
const
modified = store(state => state?.[key]);
11
12
return
{ modified, touch };
13
}
Callers
15
SimpleShareEditForm
Function · 0.90
SimpleShareCreateForm
Function · 0.90
useReportsQuery
Function · 0.90
useRevenueSessionsQuery
Function · 0.90
useUpdateQuery
Function · 0.90
useWebsiteSessionsQuery
Function · 0.90
useWebsiteSegmentQuery
Function · 0.90
useReplaysQuery
Function · 0.90
useLinksQuery
Function · 0.90
useDeleteQuery
Function · 0.90
useWebsiteCohortsQuery
Function · 0.90
useWebsiteCohortQuery
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected