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

Function updateSchemeBasic

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

Source from the content-addressed store, hash-verified

102 * @returns
103 */
104export const updateSchemeBasic = (orgSid: string, teamName: string, repoId: string | number, schemeId: string | number, data: any) => put(`${getMainBaseURL(orgSid, teamName)}/repos/${repoId}/schemes/${schemeId}/basicconf/`, data);
105
106// ============================================ 分析方案 - 代码检查 ============================================
107

Callers 2

updateDataFunction · 0.90
onFinishFunction · 0.90

Calls 2

getMainBaseURLFunction · 0.90
putFunction · 0.85

Tested by

no test coverage detected