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

Function createScheme

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

Source from the content-addressed store, hash-verified

73 * @param data 参数
74 */
75export const createScheme = (orgSid: string, teamName: string, repoId: string | number, data: any) => post(`${getMainBaseURL(orgSid, teamName)}/repos/${repoId}/initscheme/`, data);
76
77/**
78 * 拷贝分析方案

Callers 1

onFinishFunction · 0.90

Calls 2

getMainBaseURLFunction · 0.90
postFunction · 0.85

Tested by

no test coverage detected