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

Function updateTool

web/packages/tca-layout/src/services/tools.ts:24–24  ·  view source on GitHub ↗
(orgId: string, toolId: number, data: any)

Source from the content-addressed store, hash-verified

22 * @param data
23 */
24export const updateTool = (orgId: string, toolId: number, data: any) => put(`${getToolPrefix(orgId)}${toolId}/`, data);
25
26/**
27 * 更新工具运营状态

Callers 1

onFinishFunction · 0.90

Calls 2

putFunction · 0.85
getToolPrefixFunction · 0.85

Tested by

no test coverage detected