Add comment to runnerSupportsOverlayAnalysis

This commit is contained in:
Kasper Svendsen
2025-11-27 15:45:17 +01:00
parent b02fa13292
commit 58c5954801

View File

@@ -644,6 +644,10 @@ async function isOverlayAnalysisFeatureEnabled(
return true;
}
/**
* Checks if the runner supports overlay analysis based on available disk space
* and the maximum memory CodeQL will be allowed to use.
*/
async function runnerSupportsOverlayAnalysis(
ramInput: string | undefined,
logger: Logger,