MCPcopy Create free account

hub / github.com/KaterinaLupacheva/my-projects-dashboard / functions

Functions88 in github.com/KaterinaLupacheva/my-projects-dashboard

↓ 7 callersFunctiongetDate
(dateValue: string)
utils/date-helpers.ts:30
↓ 4 callersFunctioncheckDateExists
(array: any[])
utils/date-helpers.ts:42
↓ 4 callersFunctioncheckDocExists
( collection: any, searchQuery: any )
utils/db-query.ts:1
↓ 4 callersFunctionconnectToDatabase
()
utils/mongodb.ts:26
↓ 4 callersFunctioninsertDoc
(collection: any, newDoc: any)
utils/db-query.ts:13
↓ 2 callersFunctioncountTotalStarsAndForks
( repos: IRepo[], userHandle: string )
utils/stats-helpers.ts:57
↓ 2 callersFunctioncountViews
(range: string[], viewsData: DailyViews[])
utils/table-data.ts:19
↓ 2 callersFunctiondaysRange
( startDate: string | Moment, endDate: string | Moment )
utils/date-helpers.ts:15
↓ 2 callersFunctiondescendingComparator
( a: IMappedDoc, b: IMappedDoc, orderBy: SortableProps )
components/ViewsTable/ViewsTable.tsx:18
↓ 2 callersFunctionfillEmptyDates
(start: string, end: string)
utils/blog-views.ts:41
↓ 2 callersFunctionfollowersCount
({ date, data, }: { date: string; data: APIStatsData[]; })
utils/stats-helpers.ts:6
↓ 2 callersFunctiongetBlogUrl
(slugObj: ISlug)
utils/table-data.ts:72
↓ 2 callersFunctionqueryDevto
()
pages/api/devto.ts:10
↓ 2 callersFunctionqueryGithub
()
pages/api/github.ts:10
↓ 2 callersFunctionqueryTwitter
()
pages/api/twitter.ts:10
↓ 2 callersFunctionrenderArticles
(articles: Array<IArticle>)
pages/devto.tsx:58
↓ 2 callersFunctionuseArticlesContext
()
context/ArticlesContext.tsx:28
↓ 1 callersFunctioncalculateChange
(data: APIStatsData[])
utils/stats-helpers.ts:23
↓ 1 callersFunctioncreateSortHandler
(property: SortableHeadCell['id'])
components/ViewsTable/ViewsTable.tsx:87
↓ 1 callersFunctiondateDiff
(start: string, end: string)
utils/date-helpers.ts:51
↓ 1 callersFunctiongetAverageDownloads
(downloadsData: INpmDownloads[])
components/NpmPackageCard.tsx:35
↓ 1 callersFunctiongetComparator
( order: Order, orderBy: SortableProps )
components/ViewsTable/ViewsTable.tsx:34
↓ 1 callersFunctiongroupBy
( arr: IMappedDoc[], property: ObjectKey )
utils/table-data.ts:81
↓ 1 callersFunctionhandleDevtoStats
(statsCollection: any)
pages/api/stats/index.ts:37
↓ 1 callersFunctionhandleGithubStats
(statsCollection: any)
pages/api/stats/index.ts:71
↓ 1 callersFunctionhandleTwitterStats
(statsCollection: any)
pages/api/stats/index.ts:114
↓ 1 callersFunctionmapSlugs
(data: any)
utils/table-data.ts:38
↓ 1 callersFunctionprepareStatsDetails
(data: APIStatsData[])
utils/stats-helpers.ts:45
↓ 1 callersFunctionprepareViewsData
(viewsData: DailyViews[])
utils/blog-views.ts:7
↓ 1 callersFunctionrenderRepos
()
pages/github.tsx:50
↓ 1 callersFunctionrenderTweets
()
pages/twitter.tsx:47
↓ 1 callersFunctionsortArray
(type: DevtoSortOptions)
pages/devto.tsx:34
↓ 1 callersFunctionsortArray
(type: TwitterSortOptions)
pages/twitter.tsx:30
↓ 1 callersFunctionsortArray
(type: GithubSortOptions)
pages/github.tsx:33
↓ 1 callersFunctionstableSort
(array: T[], comparator: (a: T, b: T) => number)
components/ViewsTable/ViewsTable.tsx:43
↓ 1 callersFunctiontimestampToDate
(timestamp: string)
utils/date-helpers.ts:5
↓ 1 callersFunctiontransformData
(data: APIStatsData[])
utils/stats-helpers.ts:35
↓ 1 callersFunctiontransformTweet
()
components/TweetCard.tsx:56
↓ 1 callersFunctionuseThemeContext
()
context/ThemeContext.tsx:32
↓ 1 callersFunctionviewsComparison
(viewsData: DailyViews[])
utils/table-data.ts:30
FunctionAnimatedNumber
({ value }: AnimatedNumberProps)
components/AnimatedNumber.tsx:14
FunctionAppBarWithSidebar
({ children, }: AppBarWithSidebarProps)
components/MainLayout/AppBarWithSidebar.tsx:32
FunctionArticlesContextProvider
({ children, }: ArticlesContextProviderProps)
context/ArticlesContext.tsx:16
FunctionBackDropWithSpinner
({ open, }: BackDropWithSpinnerProps)
components/BackdropWithSpinner.tsx:16
FunctionBlogItem
({ row }: BlogItemProps)
components/ViewsTable/BlogItem.tsx:15
FunctionBlogViewsDetails
({ handleClose, open, data, }: BlogViewsDetailsProps)
components/BlogViewsDetails.tsx:29
FunctionCopyright
()
components/Footer.tsx:17
FunctionCustomChartTick
(props: any)
components/CustomChartTick.tsx:15
FunctionCustomHead
({ title }: CustomHeadProps)
components/Head.tsx:7
FunctionCustomLineChart
({ data, lineDataKey, xDataKey, isDevto, }: CustomLineChartProps)
components/LineChart.tsx:23
FunctionDetailedStatCard
({ data, value, title, ...otherProps }: DetailedStatCardProps)
components/DetailedStatCard.tsx:53
FunctionDetailedStatCardWrapper
({ query, ...otherProps }: DetailedStatCardWrapperProps)
components/DetailedStatCardWrapper.tsx:14
FunctionDevto
()
pages/devto.tsx:25
FunctionDevtoCard
(props: IArticle)
components/DevtoCard.tsx:42
FunctionEnhancedSortableHeadCell
(props: EnhancedSortableHeadCellProps)
components/ViewsTable/ViewsTable.tsx:84
FunctionEnhancedTable
({ data, withPagination = false, }: ViewsTableProps)
components/ViewsTable/ViewsTable.tsx:167
FunctionErrorPage
()
components/ErrorPage.tsx:15
FunctionFooter
()
components/Footer.tsx:31
FunctionGitHub
()
pages/github.tsx:24
FunctionGithubCard
(props: IRepo)
components/GitHubCard.tsx:57
FunctionGithubUserInfo
(props: IGithubUser)
components/GithubUserInfo.tsx:50
FunctionHome
()
pages/index.tsx:4
FunctionMyApp
(props: AppProps)
pages/_app.tsx:11
FunctionNpm
()
pages/npm.tsx:7
FunctionNpmPackageCard
({ packageName }: NpmPackageCardProps)
components/NpmPackageCard.tsx:29
FunctionRamonak
()
pages/ramonak.tsx:18
FunctionSidebar
({ open, handleDrawerClose }: SideBarProps)
components/MainLayout/Sidebar.tsx:88
FunctionStatCard
({ value, title, withBorder }: StatCardProps)
components/StatCard.tsx:30
FunctionStatsDetails
({ open, data, handleClose, title, isDevto, }: StatsDetailsProps)
components/StatsDetails.tsx:28
FunctionTableHeadWithSorting
(props: TableHeadWithSortingProps)
components/ViewsTable/ViewsTable.tsx:122
FunctionThemeProvider
({ children }: ThemeProviderProps)
context/ThemeContext.tsx:15
FunctionThemeToggler
()
components/ThemeToggler.tsx:13
FunctionTopAppBar
({ open, handleDrawerOpen }: TopAppBarProps)
components/MainLayout/TopAppBar.tsx:47
FunctionTweetCard
(props: ITweet)
components/TweetCard.tsx:45
FunctionTwitter
()
pages/twitter.tsx:23
FunctionTwitterUserInfo
(props: ITwitterUser)
components/TwitterUserInfo.tsx:48
FunctionWeekViews
(props: IViewsComparison)
components/ViewsTable/WeekViews.tsx:32
Functionfetcher
(input: RequestInfo, init: RequestInit)
utils/fetcher.ts:2
FunctionhandleChangePage
(event: unknown, newPage: number)
components/ViewsTable/ViewsTable.tsx:186
FunctionhandleChangeRowsPerPage
( event: React.ChangeEvent<HTMLInputElement> )
components/ViewsTable/ViewsTable.tsx:190
FunctionhandleClick
()
components/CustomChartTick.tsx:26
FunctionhandleDrawerClose
()
components/MainLayout/AppBarWithSidebar.tsx:40
FunctionhandleDrawerOpen
()
components/MainLayout/AppBarWithSidebar.tsx:37
FunctionhandleModalClose
()
components/DetailedStatCard.tsx:62
FunctionhandleModalClose
()
components/ViewsTable/BlogItem.tsx:21
FunctionhandleRequestSort
( event: React.MouseEvent<unknown>, property: SortableProps )
components/ViewsTable/ViewsTable.tsx:177
Functionheaders
()
next.config.js:10
Methodrender
()
pages/_document.tsx:8