(network)
| 4952 | // Backend: /api/net/* (see network_diagnostics.py) |
| 4953 | // ============================================================================ |
| 4954 | |
| 4955 | // Last-fetched payloads for each net panel, so "Export CSV" has data to dump. |
| 4956 | let _ndLastLldp = [], _ndLastArp = null, _ndLastIfaces = [], |
| 4957 | _ndLastMtr = null, _ndLastIdentity = null, _ndLastIsp = [], |
| 4958 | _ndLastMacWatch = null; |
| 4959 | |
| 4960 | // Build a CSV from a header row + rows (arrays of cells) and download it. |
nothing calls this directly
no test coverage detected