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

Function formatScanType

web/scripts/ragnar_modern.js:19108–19113  ·  view source on GitHub ↗
(scanType)

Source from the content-addressed store, hash-verified

19106 }
19107 return await response.json();
19108 } catch (error) {
19109 console.error(`Error fetching ${endpoint}:`, error);
19110 throw error;
19111 }
19112}
19113
19114async function postAPI(endpoint, data) {
19115 try {
19116 const response = await networkAwareFetch(endpoint, {

Callers 1

updateActiveScansFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected