MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / constructor

Method constructor

backend/src/Bus/bus.controller.ts:22–25  ·  view source on GitHub ↗
(
    private readonly busService: BusService,
    private readonly redis: RedisService
  )

Source from the content-addressed store, hash-verified

20@UsePipes(ValidationPipe)
21export class BusController {
22 constructor(
23 private readonly busService: BusService,
24 private readonly redis: RedisService
25 ) {}
26 @Get('schedule')
27 async getBusSchedule() {
28 return this.busService.getBusSchedule();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected