MCPcopy
hub / github.com/Tencent/CodeAnalysis / getRules

Function getRules

web/packages/tca-manage/src/services/tools.ts:15–15  ·  view source on GitHub ↗
(params: any = null)

Source from the content-addressed store, hash-verified

13 * @returns 规则列表 Promise
14 */
15export const getRules = (params: any = null) => get(`${MAIN_SERVER_API}/conf/checkrules/`, params);
16
17/**
18 * 获取工具依赖列表

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected