Rename function calls to make destructive operation clearer

This commit is contained in:
Henry Mercer
2025-11-18 15:27:34 +00:00
parent 5da2098551
commit 31042e9879
5 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { RepositoryNwo } from "./repository";
import * as util from "./util";
import { bundleDb, parseGitHubUrl } from "./util";
export async function uploadDatabases(
export async function cleanupAndUploadDatabases(
repositoryNwo: RepositoryNwo,
codeql: CodeQL,
config: Config,