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

Function toggleAdvVulnScansExpanded

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

Source from the content-addressed store, hash-verified

19053 }
19054
19055 const separator = hasQuery ? '&' : '?';
19056 return `${trimmed}${separator}${NETWORK_CONTEXT_PARAM}=${encodeURIComponent(network)}`;
19057 }
19058}
19059
19060function networkAwareFetch(endpoint, options = {}) {
19061 const resolvedEndpoint = resolveNetworkAwareEndpoint(endpoint);

Callers

nothing calls this directly

Calls 1

updateActiveScansFunction · 0.70

Tested by

no test coverage detected