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

Function getServiceTicket

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

Source from the content-addressed store, hash-verified

34}
35
36export function getServiceTicket(id: string): ServiceTicket | undefined {
37 return fleetDb.getTicket(id);
38}
39
40export function addServiceTicket(ticket: Omit<ServiceTicket, 'id'>): ServiceTicket {
41 return fleetDb.addTicket(ticket);

Callers 1

server.tsFile · 0.85

Calls 1

getTicketMethod · 0.80

Tested by

no test coverage detected