MCPcopy
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 */
10export const getTools = (orgId: string, params: any) => get(getToolPrefix(orgId), params);
11
12/**
13 * 创建工具

Callers 1

ToolsFunction · 0.90

Calls 2

getFunction · 0.85
getToolPrefixFunction · 0.85

Tested by

no test coverage detected