Skip to content

Commit 58c5954

Browse files
committed
Add comment to runnerSupportsOverlayAnalysis
1 parent b02fa13 commit 58c5954

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config-utils.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,10 @@ async function isOverlayAnalysisFeatureEnabled(
644644
return true;
645645
}
646646

647+
/**
648+
* Checks if the runner supports overlay analysis based on available disk space
649+
* and the maximum memory CodeQL will be allowed to use.
650+
*/
647651
async function runnerSupportsOverlayAnalysis(
648652
ramInput: string | undefined,
649653
logger: Logger,

0 commit comments

Comments
 (0)