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

Function getAllFleetUnits

logistics-manager-app/src/server.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19// --- Fleet CRUD Operations ---
20export function getAllFleetUnits(): FleetUnit[] {
21 return fleetDb.getFleet();
22}
23
24export function getFleetUnit(id: string): FleetUnit | undefined {
25 return fleetDb.getUnit(id);

Callers 1

server.tsFile · 0.85

Calls 1

getFleetMethod · 0.80

Tested by

no test coverage detected