MCPcopy Create free account

hub / github.com/TommiCodes/nestjs-local-development-docker-compose-hot-reload / functions

Functions23 in github.com/TommiCodes/nestjs-local-development-docker-compose-hot-reload

↓ 3 callersMethodfindOne
(id: number)
src/user/service/user.service.ts:71
↓ 1 callersFunctionbootstrap
()
src/main.ts:5
↓ 1 callersMethodcomparePasswords
(password: string, storedPasswordHash: string)
src/auth/services/auth/auth.service.ts:20
↓ 1 callersMethodcreate
(createdUserDto: CreateUserDto)
src/user/service/user.service.ts:21
↓ 1 callersMethodfindUserByEmail
(email: string)
src/user/service/user.service.ts:75
↓ 1 callersMethodgenerateJwt
(user: UserI)
src/auth/services/auth/auth.service.ts:12
↓ 1 callersMethodgetHello
()
src/app.service.ts:5
↓ 1 callersMethodhashPassword
(password: string)
src/auth/services/auth/auth.service.ts:16
↓ 1 callersMethodmailExists
(email: string)
src/user/service/user.service.ts:83
↓ 1 callersMethodvalidatePassword
(password: string, storedPasswordHash: string)
src/user/service/user.service.ts:79
Methodconstructor
(private readonly appService: AppService)
src/app.controller.ts:6
Methodconstructor
(private configService: ConfigService)
src/auth/strategies/jwt.strategy.ts:10
Methodconstructor
(private readonly jwtService: JwtService)
src/auth/services/auth/auth.service.ts:10
Methodconstructor
(private userService: UserService)
src/user/controller/user.controller.ts:13
Methodconstructor
( @InjectRepository(UserEntity) private userRepository: Repository<UserEntity>, privat
src/user/service/user.service.ts:15
Methodcreate
(@Body() createdUserDto: CreateUserDto)
src/user/controller/user.controller.ts:16
MethodemailToLowerCase
()
src/user/models/user.entity.ts:19
MethodfindAll
(@Req() request)
src/user/controller/user.controller.ts:36
MethodfindAll
()
src/user/service/user.service.ts:67
MethodgetHello
()
src/app.controller.ts:9
Methodlogin
(@Body() loginUserDto: LoginUserDto)
src/user/controller/user.controller.ts:22
Methodlogin
(loginUserDto: LoginUserDto)
src/user/service/user.service.ts:44
Methodvalidate
(payload: any)
src/auth/strategies/jwt.strategy.ts:18