MCPcopy
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
9export function useModified(key?: string) {
10 const modified = store(state => state?.[key]);
11
12 return { modified, touch };
13}

Callers 15

SimpleShareEditFormFunction · 0.90
SimpleShareCreateFormFunction · 0.90
useReportsQueryFunction · 0.90
useRevenueSessionsQueryFunction · 0.90
useUpdateQueryFunction · 0.90
useWebsiteSessionsQueryFunction · 0.90
useWebsiteSegmentQueryFunction · 0.90
useReplaysQueryFunction · 0.90
useLinksQueryFunction · 0.90
useDeleteQueryFunction · 0.90
useWebsiteCohortsQueryFunction · 0.90
useWebsiteCohortQueryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected