MCPcopy
hub / github.com/Tencent/CodeAnalysis / del

Function del

web/packages/tca-analysis/src/services/index.ts:80–85  ·  view source on GitHub ↗
(url: string, data?: any)

Source from the content-addressed store, hash-verified

78}
79
80export function del(url: string, data?: any) {
81 return request(url, {
82 method: 'DELETE',
83 body: JSON.stringify(data),
84 });
85}
86
87export function getFile(url: string, data?: any) {
88 return fetch(url, {

Callers 15

delProjectTeamMemberFunction · 0.85
delCheckPackageFunction · 0.85
delRuleFunction · 0.85
delSysPathFunction · 0.85
delScanDirFunction · 0.85
delAllScanDirFunction · 0.85
delProjectFunction · 0.85
delRepoMembersFunction · 0.85
delRepoFunction · 0.85
cancelSubscribedRepoFunction · 0.85
delCheckPackageFunction · 0.85
delRuleFunction · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected