MCPcopy Index your code
hub / github.com/angular/examples / getFleet

Method getFleet

logistics-manager-app/src/fleet-db.ts:269–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 private serviceQueue: ServiceTicket[] = [];
268
269 getFleet(): FleetUnit[] {
270 return this.fleet;
271 }
272
273 getServiceQueue(): ServiceTicket[] {
274 return this.serviceQueue;

Callers 1

getAllFleetUnitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected