MCPcopy Create free account

hub / github.com/CatsMiaow/nestjs-project-performance / functions

Functions39 in github.com/CatsMiaow/nestjs-project-performance

↓ 4 callersMethodcreate
(data: SampleDto)
src/sample/sample.service.ts:16
↓ 2 callersMethodcatch
(exception: unknown, host: ArgumentsHost)
src/common/exceptions.filter.ts:6
↓ 2 callersFunctionconfiguration
()
src/config/configuration.ts:20
↓ 2 callersMethodfetchCategories
(categories: string[])
src/sample/sample.service.ts:48
↓ 1 callersFunctionbootstrap
* https://docs.nestjs.com/recipes/swagger
src/swagger.ts:12
↓ 1 callersFunctionbootstrap
()
src/app.ts:10
↓ 1 callersMethodfetch
(username: string)
src/user/user.service.ts:7
↓ 1 callersMethodgetHttpStatus
(exception: unknown)
src/common/exceptions.filter.ts:17
↓ 1 callersFunctionmiddleware
(app: NestFastifyApplication)
src/app.middleware.ts:9
↓ 1 callersFunctionpascalToHyphen
(fileName: string)
bin/entities.ts:19
↓ 1 callersMethodread
(id: number)
src/sample/sample.service.ts:23
↓ 1 callersMethodremove
(id: number)
src/sample/sample.service.ts:44
↓ 1 callersMethodupdate
(id: number, data: SampleDto)
src/sample/sample.service.ts:27
↓ 1 callersMethodvalidateUser
(username: string, password: string)
src/auth/auth.service.ts:14
Methodcheck
(@Req() req: FastifyRequest)
src/auth/auth.controller.ts:20
Methodcheck
()
src/health/health.controller.ts:17
Methodconfigure
(consumer: MiddlewareConsumer)
src/app.module.ts:71
Methodconstructor
(private orm: MikroORM)
src/app.module.ts:64
Methodconstructor
( private jwt: JwtService, private user: UserService, )
src/auth/auth.service.ts:9
Methodconstructor
(private auth: AuthService)
src/auth/auth.controller.ts:10
Methodconstructor
()
src/auth/strategies/jwt.strategy.ts:9
Methodconstructor
(private auth: AuthService)
src/auth/strategies/local.strategy.ts:10
Methodconstructor
(private sample: SampleService)
src/sample/sample.controller.ts:23
Methodconstructor
( @InjectRepository(Memo) private memo: EntityRepository<Memo>, @InjectRepository(Category) private ca
src/sample/sample.service.ts:10
Methodconstructor
(private readonly logger: PinoLogger)
src/common/logger-context.middleware.ts:7
Methodconstructor
( private health: HealthCheckService, private orm: MikroORM, )
src/health/health.controller.ts:10
Methodcreate
(@Body() body: SampleDto)
src/sample/sample.controller.ts:38
FunctiongenReqId
(req: RawRequestDefaultExpression<RawServerBase>)
src/config/logger.config.ts:8
FunctionisObject
(value: T)
src/config/configuration.ts:4
Methodlogin
(user: User)
src/auth/auth.service.ts:26
Methodlogin
(@Req() req: FastifyRequest)
src/auth/auth.controller.ts:14
Functionmerge
(target: T, source: U)
src/config/configuration.ts:7
MethodonApplicationBootstrap
()
src/app.module.ts:66
Methodread
(@Param('id', ParseIntPipe) id: number)
src/sample/sample.controller.ts:26
Methodremove
(@Param('id', ParseIntPipe) id: number)
src/sample/sample.controller.ts:59
Methodupdate
(@Param('id', ParseIntPipe) id: number, @Body() body: SampleDto)
src/sample/sample.controller.ts:50
Methoduse
(req: IncomingMessage, _res: ServerResponse, next: () => void)
src/common/logger-context.middleware.ts:9
Methodvalidate
(payload: JwtPayload)
src/auth/strategies/jwt.strategy.ts:17
Methodvalidate
(username: string, password: string)
src/auth/strategies/local.strategy.ts:14