Merge branch 'main' into henrymercer/delete-runner-part-2
This commit is contained in:
commit
0dea34e91c
70 changed files with 743 additions and 4870 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue