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

Function getSchemeBasic

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

Source from the content-addressed store, hash-verified

91 * @param schemeId 分析方案ID
92 */
93export const getSchemeBasic = (orgSid: string, teamName: string, repoId: string | number, schemeId: string | number) => get(`${getMainBaseURL(orgSid, teamName)}/repos/${repoId}/schemes/${schemeId}/basicconf/`);
94
95/**
96 * 更新分析方案基础信息

Callers 2

getSchemeInfoFunction · 0.90
PathFilterFunction · 0.90

Calls 2

getMainBaseURLFunction · 0.90
getFunction · 0.85

Tested by

no test coverage detected