Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ---
20
export
function
getAllFleetUnits(): FleetUnit[] {
21
return
fleetDb.getFleet();
22
}
23
24
export
function
getFleetUnit(id: string): FleetUnit | undefined {
25
return
fleetDb.getUnit(id);
Callers
1
server.ts
File · 0.85
Calls
1
getFleet
Method · 0.80
Tested by
no test coverage detected