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

Method getContractors

backend/src/Bus/bus.service.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 return conductor;
48 }
49 async getContractors() {
50 return this.prismaService.contractor.findMany({});
51 }
52 async getContractorById(contractorId: string) {
53 const contractor = await this.prismaService.contractor.findFirst({
54 where: {

Callers 2

createScheduleMethod · 0.95
getAllContractorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected