Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
24
export
const
updateTool = (orgId: string, toolId: number, data: any) => put(`${getToolPrefix(orgId)}${toolId}/`, data);
25
26
/**
27
* 更新工具运营状态
Callers
1
onFinish
Function · 0.90
Calls
2
put
Function · 0.85
getToolPrefix
Function · 0.85
Tested by
no test coverage detected