(response, elId, parentId)
| 350 | }; |
| 351 | |
| 352 | function makeSupervisorWorkerStatsTable (response, elId, parentId) { |
| 353 | makeWorkerStatsTable (response, elId, parentId, "supervisor"); |
| 354 | }; |
| 355 | |
| 356 | function makeTopologyWorkerStatsTable (response, elId, parentId) { |
| 357 | makeWorkerStatsTable (response, elId, parentId, "topology"); |
nothing calls this directly
no test coverage detected