Refactoring: Introduce overlay/caching.ts

This commit is contained in:
Henry Mercer
2026-04-10 14:19:10 +01:00
parent a26cb68cc7
commit 4e8c9ce33c
28 changed files with 6087 additions and 6097 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { Config } from "./config-utils";
import { Feature, FeatureEnablement } from "./feature-flags";
import * as gitUtils from "./git-utils";
import { Logger, withGroupAsync } from "./logging";
import { OverlayDatabaseMode } from "./overlay";
import { OverlayDatabaseMode } from "./overlay/overlay-database-mode";
import { RepositoryNwo } from "./repository";
import * as util from "./util";
import { asHTTPError, bundleDb, CleanupLevel, parseGitHubUrl } from "./util";