()
| 2 | import AnalyticsContext from './AnalyticsContext' |
| 3 | |
| 4 | export const useAnalytics = () => { |
| 5 | return useContext(AnalyticsContext) |
| 6 | } |
| 7 | |
| 8 | export const useTrack = () => { |
| 9 | return useContext(AnalyticsContext).track |
nothing calls this directly
no outgoing calls
no test coverage detected