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

Function updateFleetUnit

logistics-manager-app/src/server.ts:28–30  ·  view source on GitHub ↗
(id: string, update: Partial<FleetUnit>)

Source from the content-addressed store, hash-verified

26}
27
28export function updateFleetUnit(id: string, update: Partial<FleetUnit>): FleetUnit | undefined {
29 return fleetDb.updateUnit(id, update);
30}
31
32export function getServiceQueue(): ServiceTicket[] {
33 return fleetDb.getServiceQueue();

Callers 1

server.tsFile · 0.85

Calls 1

updateUnitMethod · 0.80

Tested by

no test coverage detected