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

Function delSysPath

web/packages/tca-analysis/src/services/schemes.ts:374–374  ·  view source on GitHub ↗
(orgSid: string, teamName: string, repoId: number, schemeId: number, pathId: number)

Source from the content-addressed store, hash-verified

372 * @param query
373 */
374export const delSysPath = (orgSid: string, teamName: string, repoId: number, schemeId: number, pathId: number) => del(`${getMainBaseURL(orgSid, teamName)}/repos/${repoId}/schemes/${schemeId}/defaultpaths/${pathId}/`);
375
376/**
377 * 获取过滤路径配置

Callers 1

editSysPathFunction · 0.90

Calls 2

getMainBaseURLFunction · 0.90
delFunction · 0.85

Tested by

no test coverage detected