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

Function _startSubnetLogPolling

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

Source from the content-addressed store, hash-verified

21376 networkAwareFetch(`/api/system/processes?sort=${sortBy}`)
21377 .then(response => response.json())
21378 .then(processes => {
21379 updateProcessList(processes);
21380 })
21381 .catch(error => {
21382 console.error('Error sorting processes:', error);
21383 });
21384}
21385

Callers 2

toggleSubnetPanelFunction · 0.70
triggerSubnetScanFunction · 0.70

Calls 2

_stopSubnetLogPollingFunction · 0.70
loadSubnetScanLogFunction · 0.70

Tested by

no test coverage detected