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

Method constructor

backend/src/Bus/bus.service.ts:7–7  ·  view source on GitHub ↗
(private readonly prismaService: PrismaService)

Source from the content-addressed store, hash-verified

5@Injectable()
6export class BusService {
7 constructor(private readonly prismaService: PrismaService) {}
8 async getBusSchedule() {
9 return {
10 today: new Date(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected