Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatsMiaow/nestjs-project-performance
/ functions
Functions
39 in github.com/CatsMiaow/nestjs-project-performance
⨍
Functions
39
◇
Types & classes
47
↓ 4 callers
Method
create
(data: SampleDto)
src/sample/sample.service.ts:16
↓ 2 callers
Method
catch
(exception: unknown, host: ArgumentsHost)
src/common/exceptions.filter.ts:6
↓ 2 callers
Function
configuration
()
src/config/configuration.ts:20
↓ 2 callers
Method
fetchCategories
(categories: string[])
src/sample/sample.service.ts:48
↓ 1 callers
Function
bootstrap
* https://docs.nestjs.com/recipes/swagger
src/swagger.ts:12
↓ 1 callers
Function
bootstrap
()
src/app.ts:10
↓ 1 callers
Method
fetch
(username: string)
src/user/user.service.ts:7
↓ 1 callers
Method
getHttpStatus
(exception: unknown)
src/common/exceptions.filter.ts:17
↓ 1 callers
Function
middleware
(app: NestFastifyApplication)
src/app.middleware.ts:9
↓ 1 callers
Function
pascalToHyphen
(fileName: string)
bin/entities.ts:19
↓ 1 callers
Method
read
(id: number)
src/sample/sample.service.ts:23
↓ 1 callers
Method
remove
(id: number)
src/sample/sample.service.ts:44
↓ 1 callers
Method
update
(id: number, data: SampleDto)
src/sample/sample.service.ts:27
↓ 1 callers
Method
validateUser
(username: string, password: string)
src/auth/auth.service.ts:14
Method
check
(@Req() req: FastifyRequest)
src/auth/auth.controller.ts:20
Method
check
()
src/health/health.controller.ts:17
Method
configure
(consumer: MiddlewareConsumer)
src/app.module.ts:71
Method
constructor
(private orm: MikroORM)
src/app.module.ts:64
Method
constructor
( private jwt: JwtService, private user: UserService, )
src/auth/auth.service.ts:9
Method
constructor
(private auth: AuthService)
src/auth/auth.controller.ts:10
Method
constructor
()
src/auth/strategies/jwt.strategy.ts:9
Method
constructor
(private auth: AuthService)
src/auth/strategies/local.strategy.ts:10
Method
constructor
(private sample: SampleService)
src/sample/sample.controller.ts:23
Method
constructor
( @InjectRepository(Memo) private memo: EntityRepository<Memo>, @InjectRepository(Category) private ca
src/sample/sample.service.ts:10
Method
constructor
(private readonly logger: PinoLogger)
src/common/logger-context.middleware.ts:7
Method
constructor
( private health: HealthCheckService, private orm: MikroORM, )
src/health/health.controller.ts:10
Method
create
(@Body() body: SampleDto)
src/sample/sample.controller.ts:38
Function
genReqId
(req: RawRequestDefaultExpression<RawServerBase>)
src/config/logger.config.ts:8
Function
isObject
(value: T)
src/config/configuration.ts:4
Method
login
(user: User)
src/auth/auth.service.ts:26
Method
login
(@Req() req: FastifyRequest)
src/auth/auth.controller.ts:14
Function
merge
(target: T, source: U)
src/config/configuration.ts:7
Method
onApplicationBootstrap
()
src/app.module.ts:66
Method
read
(@Param('id', ParseIntPipe) id: number)
src/sample/sample.controller.ts:26
Method
remove
(@Param('id', ParseIntPipe) id: number)
src/sample/sample.controller.ts:59
Method
update
(@Param('id', ParseIntPipe) id: number, @Body() body: SampleDto)
src/sample/sample.controller.ts:50
Method
use
(req: IncomingMessage, _res: ServerResponse, next: () => void)
src/common/logger-context.middleware.ts:9
Method
validate
(payload: JwtPayload)
src/auth/strategies/jwt.strategy.ts:17
Method
validate
(username: string, password: string)
src/auth/strategies/local.strategy.ts:14