MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / onAttackIPSearch

Function onAttackIPSearch

web/scripts/ragnar_modern.js:4959–4962  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

displayAttackLogsFunction · 0.70

Tested by

no test coverage detected