MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / delProject

Function delProject

web/packages/tca-analysis/src/services/projects.ts:54–54  ·  view source on GitHub ↗
(orgSid: string, teamName: string, repoId: string | number, projectId: string | number)

Source from the content-addressed store, hash-verified

52 * @param projectId - 项目ID
53 */
54export const delProject = (orgSid: string, teamName: string, repoId: string | number, projectId: string | number) => del(`${getMainBaseURL(orgSid, teamName)}/repos/${repoId}/projects/${projectId}/`);
55
56/**
57 * 获取指定代码库下与 CodeDog 关联的分支

Callers 1

handleDeleteProjectFunction · 0.90

Calls 2

getMainBaseURLFunction · 0.90
delFunction · 0.85

Tested by

no test coverage detected