This commit is contained in:
Edwin Sirko
2024-01-26 21:06:07 -05:00
parent 35c8ddfb58
commit 7b797db603
+1
View File
@@ -29,6 +29,7 @@ export interface FileMetadata {
sha256: string
}
// TODO: rename this function, it is not state-preserving, so it shouldn't just be called "get'"
export function getConsolidatedDirectory(filePathSpec: string): {
consolidatedPath: string
needToCleanUpDir: boolean