MCPcopy Create free account

hub / github.com/codeedu/imersao-fc6 / functions

Functions48 in github.com/codeedu/imersao-fc6

↓ 3 callersMethodfindOne
()
nestjs/src/mail-list/mail-list.service.ts:23
↓ 2 callersMethodcreate
(createTweetDto: CreateTweetDto)
nestjs/src/tweets/tweets.service.ts:16
↓ 1 callersMethodConsume
(msgChan chan *ckafka.Message)
golang/kafka/consumer.go:17
↓ 1 callersMethodSend
(emailChan chan Email, workerId int)
golang/email/email.go:27
↓ 1 callersFunctionbootstrap
()
nestjs/src/main.ts:4
↓ 1 callersMethodfindAll
( { offset, limit }: { offset: number; limit: number } = { offset: 0, limit: 50, }, )
nestjs/src/tweets/tweets.service.ts:20
↓ 1 callersMethodgetHello
()
nestjs/src/app.service.ts:5
↓ 1 callersFunctionloadTheme
()
nextjs/src/utils/theme.ts:16
↓ 1 callersMethodremove
(id: number)
nestjs/src/tweets/tweets.service.ts:42
↓ 1 callersFunctiontoggleTheme
()
nextjs/src/utils/theme.ts:6
↓ 1 callersMethodupdate
(id: number, updateTweetDto: UpdateTweetDto)
nestjs/src/tweets/tweets.service.ts:38
FunctionButton
(props)
nextjs/src/components/Button.tsx:2
FunctionEmailsPage
()
nextjs/src/pages/emails.tsx:11
FunctionHome
()
nextjs/src/pages/index.tsx:6
FunctionMyApp
({ Component, pageProps }: AppProps)
nextjs/src/pages/_app.tsx:5
FunctionNavbar
(props: Props)
nextjs/src/components/Navbar.tsx:6
FunctionNewConsumer
(configMap *ckafka.ConfigMap, topics []string)
golang/kafka/consumer.go:10
FunctionNewEmail
()
golang/email/email.go:14
FunctionNewMailSender
()
golang/email/email.go:23
FunctionPagina1Page
(props)
nextjs/src/pages/pagina1.tsx:7
FunctionTitle
(props)
nextjs/src/components/Title.tsx:2
FunctionTweet
(props)
nextjs/src/components/Tweet.tsx:13
FunctionTweetsPage
()
nextjs/src/pages/tweets.tsx:10
Methodconstructor
(private readonly appService: AppService)
nestjs/src/app.controller.ts:6
Methodconstructor
(private readonly mailListService: MailListService)
nestjs/src/mail-list/mail-list.controller.ts:7
Methodconstructor
( @InjectModel(MailList.name) private mailListModel: Model<MailListDocument>, )
nestjs/src/mail-list/mail-list.service.ts:9
Methodconstructor
( private mailListService: MailListService, @Inject('KAFKA_PRODUCER') private kafkaProducer: Produ
nestjs/src/mail-list/send-mail-tweets.job.ts:10
Methodconstructor
(private readonly tweetsService: TweetsService)
nestjs/src/tweets/tweets.controller.ts:16
Methodconstructor
( @InjectModel(Tweet.name) private tweetModel: Model<TweetDocument>, )
nestjs/src/tweets/tweets.service.ts:11
Methodconstructor
( private tweetService: TweetsService, @Inject(CACHE_MANAGER) private cache: Cache, @InjectQue
nestjs/src/tweets/check-new-tweets/check-new-tweets.task.ts:12
Methodcreate
(@Body() createMailListDto: CreateMailListDto)
nestjs/src/mail-list/mail-list.controller.ts:10
Methodcreate
({ emails }: CreateMailListDto)
nestjs/src/mail-list/mail-list.service.ts:14
Methodcreate
(@Body() createTweetDto: CreateTweetDto)
nestjs/src/tweets/tweets.controller.ts:19
Functionfetcher
(url: string)
nextjs/src/pages/tweets.tsx:8
Functionfetcher
(url: string)
nextjs/src/pages/emails.tsx:8
MethodfindAll
()
nestjs/src/tweets/tweets.controller.ts:24
MethodfindOne
(@Res() res)
nestjs/src/mail-list/mail-list.controller.ts:15
MethodfindOne
(@Param('id') id: string)
nestjs/src/tweets/tweets.controller.ts:29
MethodfindOne
(id: number)
nestjs/src/tweets/tweets.service.ts:34
MethodgetHello
()
nestjs/src/app.controller.ts:9
FunctiongetServerSideProps
(context)
nextjs/src/pages/pagina1.tsx:11
Methodhandle
(job: Job)
nestjs/src/mail-list/send-mail-tweets.job.ts:18
Methodhandle
()
nestjs/src/tweets/check-new-tweets/check-new-tweets.task.ts:21
Functionhandler
( req: NextApiRequest, res: NextApiResponse<Data> )
nextjs/src/pages/api/hello.ts:8
Functionmain
()
golang/main.go:15
FunctiononSubmit
(event: FormEvent)
nextjs/src/pages/emails.tsx:14
Methodremove
(@Param('id') id: string)
nestjs/src/tweets/tweets.controller.ts:39
Methodupdate
(@Param('id') id: string, @Body() updateTweetDto: UpdateTweetDto)
nestjs/src/tweets/tweets.controller.ts:34