MCPcopy Create free account

hub / github.com/SashenJayathilaka/Twitter-2-0-Clone / functions

Functions33 in github.com/SashenJayathilaka/Twitter-2-0-Clone

↓ 4 callersFunctionfetchTweet
()
utils/fetchTweet.ts:3
↓ 2 callersFunctionrefreshComments
()
components/Tweet.tsx:35
↓ 1 callersFunctionfetchComments
(tweetId: string)
utils/fetchComments.ts:3
↓ 1 callersFunctionpostTweet
()
components/TweetBox.tsx:39
FunctionContent
({ userPName, userPhotoUrl })
components/userProfile/Content.tsx:31
FunctionDarkSwitch
()
components/DarkSwitch.tsx:7
FunctionFeed
({ tweets: tweetProp }: Props)
components/Feed.tsx:15
FunctionHome
({ tweets }: Props)
pages/index.tsx:16
FunctionMainProfile
({ tweets: tweetProp })
components/userProfile/MainProfile.tsx:14
FunctionMyApp
({ Component, pageProps }: AppProps)
pages/_app.tsx:5
FunctionSideBar
({ isShow, isHome })
components/SideBar.tsx:24
FunctionSidebarRow
({ Icon, title, isShow }: Props)
components/SidebarRow.tsx:14
FunctionSignIn
()
pages/auth/signin.tsx:12
FunctionTweet
({ tweet, setUserPName, userName, setUserPhotoUrl, pushNote, }: Props)
components/Tweet.tsx:22
FunctionTweetBox
({ setTweets }: Props)
components/TweetBox.tsx:21
FunctionUserHeader
({ userPName, userPhotoUrl })
components/userProfile/UserHeader.tsx:10
FunctionUserProfule
({ tweets }: Props)
pages/user/[name].tsx:16
FunctionWidgets
()
components/Widgets.tsx:4
FunctionaddImageTweet
( e: React.MouseEvent<HTMLButtonElement, globalThis.MouseEvent> )
components/TweetBox.tsx:28
FunctiongetServerSideProps
()
pages/index.tsx:46
FunctiongetServerSideProps
()
pages/user/[name].tsx:45
FunctionhandleNavigatePage
()
components/Tweet.tsx:74
FunctionhandleRefFunction
()
components/Feed.tsx:19
FunctionhandleSignIn
()
components/SidebarRow.tsx:22
FunctionhandleSignOut
()
components/SidebarRow.tsx:18
FunctionhandleSignUp
()
pages/auth/signin.tsx:18
FunctionhandleSubmit
( e: React.MouseEvent<HTMLButtonElement, globalThis.MouseEvent> )
components/Tweet.tsx:44
FunctionhandleSubmit
( e: React.MouseEvent<HTMLButtonElement, globalThis.MouseEvent> )
components/TweetBox.tsx:62
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/getTweets.ts:18
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/addTweet.ts:9
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/getComments.ts:16
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/hello.ts:8
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
pages/api/addComment.ts:9