(value)
| 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. |
| 4961 | function _ndDownloadCsv(nameBase, header, rows) { |
| 4962 | if (!rows || !rows.length) { |
| 4963 | addConsoleMessage('Nothing to export yet — run it first', 'warning'); |
| 4964 | return; |
| 4965 | } |
nothing calls this directly
no test coverage detected