Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TannerGabriel/Blog
/ functions
Functions
131 in github.com/TannerGabriel/Blog
⨍
Functions
131
◇
Types & classes
154
↓ 5 callers
Method
findOne
(id: string)
nest-graph-ql/src/items/items.service.ts:21
↓ 4 callers
Method
create
(userDTO: CreateUserDto)
nest-auth/src/user/user.service.ts:19
↓ 2 callers
Method
create
(createItemDto: ItemInput)
nest-graph-ql/src/items/items.service.ts:12
↓ 2 callers
Method
sanitizeUser
(user: User)
nest-auth/src/user/user.service.ts:13
↓ 2 callers
Method
signPayload
(payload: Payload)
nest-auth/src/auth/auth.service.ts:10
↓ 1 callers
Function
bootstrap
()
nestjs-typeorm/src/main.ts:4
↓ 1 callers
Function
bootstrap
()
NestVueChat/src/main.ts:6
↓ 1 callers
Function
bootstrap
()
nest-file-uploading/src/main.ts:4
↓ 1 callers
Function
bootstrap
()
nest-auth/src/main.ts:4
↓ 1 callers
Function
bootstrap
()
nest-graph-ql/src/main.ts:5
↓ 1 callers
Function
bootstrap
()
Nest-CRUD/src/main.ts:4
↓ 1 callers
Method
create
(item: CreateItemDto)
Nest-CRUD/src/items/items.service.ts:19
↓ 1 callers
Method
delete
(id: string)
nestjs-typeorm/src/item/item.service.ts:29
↓ 1 callers
Method
delete
(id: string)
nest-graph-ql/src/items/items.service.ts:25
↓ 1 callers
Method
findAll
()
nestjs-typeorm/src/item/item.service.ts:11
↓ 1 callers
Method
findAll
()
nest-graph-ql/src/items/items.service.ts:17
↓ 1 callers
Method
findByLogin
(userDTO: LoginUserDto)
nest-auth/src/user/user.service.ts:31
↓ 1 callers
Method
findByPayload
(payload: any)
nest-auth/src/user/user.service.ts:45
↓ 1 callers
Method
getHello
()
nest-graph-ql/src/app.service.ts:5
↓ 1 callers
Method
getHello
()
Nest-CRUD/src/app.service.ts:5
↓ 1 callers
Function
ghost
(url, key)
nuxt-ghost/utils/ghost.js:6
↓ 1 callers
Method
register
(@Body() userDTO: CreateUserDto)
nest-auth/src/auth/auth.controller.ts:31
↓ 1 callers
Method
update
(id: string, newItem: ItemDto)
nestjs-typeorm/src/item/item.service.ts:23
↓ 1 callers
Method
update
(id: string, item: Item)
nest-graph-ql/src/items/items.service.ts:29
↓ 1 callers
Method
validateUser
(payload: Payload)
nest-auth/src/auth/auth.service.ts:14
Method
$fragment
(fragment: string | DocumentNode)
prisma-crud/src/generated/prisma-client/index.ts:28
Method
addition_isCorrect
Camera/app/src/test/java/com/example/videorecorder/ExampleUnitTest.kt:13
Method
addition_isCorrect
CameraX/app/src/test/java/com/example/camerax/ExampleUnitTest.kt:13
Method
addition_isCorrect
Notifications/app/src/test/java/com/example/notifications/ExampleUnitTest.kt:13
Method
afterInit
(server: Server)
NestVueChat/src/app.gateway.ts:28
Method
bindCamera
* Bind the Camera to the lifecycle */
CameraX/app/src/main/java/com/example/camerax/MainActivity.kt:87
Method
changeFlashState
Camera/app/src/main/java/com/example/videorecorder/MainActivity.kt:81
Method
constructor
(private readonly appService: AppService)
nestjs-typeorm/src/app.controller.ts:6
Method
constructor
(private itemService: ItemService)
nestjs-typeorm/src/item/item.controller.ts:8
Method
constructor
(@InjectRepository(Item) private readonly itemRepository: Repository<Item>)
nestjs-typeorm/src/item/item.service.ts:9
Method
constructor
(private readonly appService: AppService)
nest-auth/src/app.controller.ts:6
Method
constructor
(private userService: UserService)
nest-auth/src/auth/auth.service.ts:8
Method
constructor
(private authService: AuthService)
nest-auth/src/auth/jwt.strategy.ts:9
Method
constructor
(private userService: UserService, private authService: AuthService)
nest-auth/src/auth/auth.controller.ts:11
Method
constructor
(@InjectModel('User') private readonly userModel: Model<User>)
nest-auth/src/user/user.service.ts:11
Method
constructor
(private readonly appService: AppService)
nest-graph-ql/src/app.controller.ts:6
Method
constructor
(@InjectModel('Item') private itemModel: Model<Item>)
nest-graph-ql/src/items/items.service.ts:10
Method
constructor
(private readonly itemsService: ItemsService)
nest-graph-ql/src/items/items.resolver.ts:9
Method
constructor
(private readonly appService: AppService)
Nest-CRUD/src/app.controller.ts:6
Method
constructor
(@InjectModel('Item') private readonly itemModel: Model<Item>)
Nest-CRUD/src/items/items.service.ts:9
Method
constructor
(private readonly itemsService: ItemsService)
Nest-CRUD/src/items/items.controller.ts:16
Method
create
(@Body() createItemDto: CreateItemDto)
Nest-CRUD/src/items/items.controller.ts:29
Method
createBadgedNotification
Create a notification which shows a badged on newer android versions
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:122
Method
createCustomNotification
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:249
Function
createDraft
(parent, { title, content }, context: Context)
prisma-crud/src/index.ts:24
Method
createExpandableNotification
Create a notification that can be expanded for more information
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:171
Method
createFotoapparat
Camera/app/src/main/java/com/example/videorecorder/MainActivity.kt:64
Method
createGroupNotification
Create a simple group notification
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:222
Method
createHeadsUpNotification
Creates a headup notification
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:89
Method
createItem
(@Body() item: Item)
nestjs-typeorm/src/item/item.controller.ts:21
Method
createItem
(item: Item)
nestjs-typeorm/src/item/item.service.ts:19
Method
createItem
(@Args('input') input: ItemInput)
nest-graph-ql/src/items/items.resolver.ts:17
Method
createLockScreenNotification
Create a notification which will be visible on the lockscreen
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:102
Method
createNormalNotification
Creates a standard notification
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:78
Method
createNotification
Creates the notification and displays it
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:268
Method
createNotificationChannel
Create the notification channel
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:275
Method
createNotificationWithActionButtons
Create a notification with an action button
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:152
Method
createNotificationWithClickAction
Create a notification with a click event
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:133
Method
createProgressBarNotification
Create a notification with a simple progress bar
Notifications/app/src/main/java/com/example/notifications/MainActivity.kt:192
Function
createUser
(parent, { email, password }, context: Context)
prisma-crud/src/index.ts:21
Function
created
()
NestVueChat/static/main.js:28
Method
delete
(id: string)
Nest-CRUD/src/items/items.service.ts:24
Method
delete
(@Param('id') id)
Nest-CRUD/src/items/items.controller.ts:34
Method
deleteItem
(@Param('id') id: string)
nestjs-typeorm/src/item/item.controller.ts:31
Method
deleteItem
(@Args('id') id: string)
nest-graph-ql/src/items/items.resolver.ts:30
Function
deletePost
(parent, { id }, context: Context)
prisma-crud/src/index.ts:27
Function
drafts
(parent, args, context: Context)
prisma-crud/src/index.ts:10
Function
editFileName
(req, file, callback)
nest-file-uploading/src/utils/file-upload.utils.ts:10
Function
extend
(config, ctx)
nuxt-ghost/nuxt.config.js:57
Function
feed
(parent, args, context: Context)
prisma-crud/src/index.ts:7
Method
findAll
()
Nest-CRUD/src/items/items.service.ts:11
Method
findAll
()
Nest-CRUD/src/items/items.controller.ts:19
Method
findAllItems
()
nestjs-typeorm/src/item/item.controller.ts:11
Method
findById
(@Param('id') id: number)
nestjs-typeorm/src/item/item.controller.ts:16
Method
findById
(id: number)
nestjs-typeorm/src/item/item.service.ts:15
Method
findOne
(id: string)
Nest-CRUD/src/items/items.service.ts:15
Method
findOne
(@Param('id') id)
Nest-CRUD/src/items/items.controller.ts:24
Method
getHello
()
nestjs-typeorm/src/app.service.ts:5
Method
getHello
()
nestjs-typeorm/src/app.controller.ts:9
Method
getHello
()
nest-auth/src/app.service.ts:5
Method
getHello
()
nest-auth/src/app.controller.ts:9
Method
getHello
()
nest-graph-ql/src/app.controller.ts:9
Method
getHello
()
Nest-CRUD/src/app.controller.ts:9
Function
ghostAPI
()
nuxt-ghost/utils/ghost.js:27
Method
handleConnection
(client: Socket, ...args: any[])
NestVueChat/src/app.gateway.ts:36
Method
handleDisconnect
(client: Socket)
NestVueChat/src/app.gateway.ts:32
Method
handleMessage
(client: Socket, payload: string)
NestVueChat/src/app.gateway.ts:24
Method
hasNoPermissions
Camera/app/src/main/java/com/example/videorecorder/MainActivity.kt:129
Method
hasNoPermissions
* Check if the app has all permissions */
CameraX/app/src/main/java/com/example/camerax/MainActivity.kt:70
Method
hello
()
nest-graph-ql/src/items/items.resolver.ts:35
Function
imageFileFilter
(req, file, callback)
nest-file-uploading/src/utils/file-upload.utils.ts:3
Method
items
()
nest-graph-ql/src/items/items.resolver.ts:12
Method
login
(@Body() userDTO: LoginUserDto)
nest-auth/src/auth/auth.controller.ts:20
Method
onCreate
Camera/app/src/main/java/com/example/videorecorder/MainActivity.kt:39
Method
onCreate
CameraX/app/src/main/java/com/example/camerax/MainActivity.kt:29
next →
1–100 of 131, ranked by callers