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

Class

backend/src/Bus/bus.service.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5@Injectable()
6export class BusService {
7 constructor(private readonly prismaService: PrismaService) {}
8 async getBusSchedule() {
9 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected