Merge branch 'main' into henrymercer/delete-runner-part-2

This commit is contained in:
Henry Mercer 2022-11-15 19:35:30 +00:00
commit 0dea34e91c
70 changed files with 743 additions and 4870 deletions

View file

@ -725,14 +725,6 @@ export function listFolder(dir: string): string[] {
return files;
}
export async function isGoExtractionReconciliationEnabled(
featureEnablement: FeatureEnablement
): Promise<boolean> {
return await featureEnablement.getValue(
Feature.GolangExtractionReconciliationEnabled
);
}
/**
* Get the size a folder in bytes. This will log any filesystem errors
* as a warning and then return undefined.