Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/CodeAnalysis
/ getToolLibs
Function
getToolLibs
web/packages/tca-manage/src/services/tools.ts:22–22 ·
view source on GitHub ↗
(params: any = null)
Source
from the content-addressed store, hash-verified
20
* @returns 工具依赖列表 Promise
21
*/
22
export
const
getToolLibs = (params: any = null) => get(`${MAIN_SERVER_API}/conf/toollibs/`, params);
23
24
/**
25
* 添加工具依赖
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected