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

Function delRepoMembers

web/packages/tca-analysis/src/services/repos.ts:91–91  ·  view source on GitHub ↗
(orgSid: string, teamName: string, repoId: any, username: string)

Source from the content-addressed store, hash-verified

89 * @returns
90 */
91export const delRepoMembers = (orgSid: string, teamName: string, repoId: any, username: string) => del(`${getMainBaseURL(orgSid, teamName)}/repos/${repoId}/memberconf/1/${username}/`);
92
93/**
94 * 删除代码库

Callers 1

onOkFunction · 0.90

Calls 2

getMainBaseURLFunction · 0.90
delFunction · 0.85

Tested by

no test coverage detected