Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/examples
/ getServiceQueue
Function
getServiceQueue
logistics-manager-app/src/server.ts:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
export
function
getServiceQueue(): ServiceTicket[] {
33
return
fleetDb.getServiceQueue();
34
}
35
36
export
function
getServiceTicket(id: string): ServiceTicket | undefined {
37
return
fleetDb.getTicket(id);
Callers
1
server.ts
File · 0.85
Calls
1
getServiceQueue
Method · 0.80
Tested by
no test coverage detected