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

Function refreshComplianceData

web/scripts/ragnar_modern.js:10553–10555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10551 action: 'start',
10552 peer_ip: (document.getElementById('bgpc-peer').value || '').trim(),
10553 peer_as: parseInt(document.getElementById('bgpc-peeras').value, 10),
10554 local_as: parseInt(document.getElementById('bgpc-localas').value, 10),
10555 router_id: (document.getElementById('bgpc-rid').value || '').trim(),
10556 };
10557 d = await postAPI('/api/net/bgp-collector', body);
10558 } else {

Callers

nothing calls this directly

Calls 1

loadComplianceDataFunction · 0.70

Tested by

no test coverage detected