MCPcopy Create free account
hub / github.com/adisreyaj/compito / constructor

Method constructor

apps/api/src/app/task/task.controller.ts:28–28  ·  view source on GitHub ↗
(private taskService: TaskService)

Source from the content-addressed store, hash-verified

26@Controller('tasks')
27export class TaskController {
28 constructor(private taskService: TaskService) {}
29
30 @UseGuards(RolesGuard, PermissionsGuard)
31 @Role('user')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected