MCPcopy Create free account
hub / github.com/angular/examples / deleteServiceTicket

Function deleteServiceTicket

logistics-manager-app/src/server.ts:48–50  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

46}
47
48export function deleteServiceTicket(id: string): boolean {
49 return fleetDb.deleteTicket(id);
50}
51
52// --- REST API ENDPOINTS ---
53app.get('/api/fleet', (req, res) => {

Callers 1

server.tsFile · 0.85

Calls 1

deleteTicketMethod · 0.80

Tested by

no test coverage detected