Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/CodeAnalysis
/ getTools
Function
getTools
web/packages/tca-layout/src/services/tools.ts:10–10 ·
view source on GitHub ↗
(orgId: string, params: any)
Source
from the content-addressed store, hash-verified
8
* @param params
9
*/
10
export
const
getTools = (orgId: string, params: any) => get(getToolPrefix(orgId), params);
11
12
/**
13
* 创建工具
Callers
1
Tools
Function · 0.90
Calls
2
get
Function · 0.85
getToolPrefix
Function · 0.85
Tested by
no test coverage detected