MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / getToolPrefix

Function getToolPrefix

web/packages/tca-layout/src/services/tools.ts:3–3  ·  view source on GitHub ↗
(orgId: string)

Source from the content-addressed store, hash-verified

1import { MAIN_SERVER_API, get, put, post, del } from '@plat/api';
2
3const getToolPrefix = (orgId: string) => `${MAIN_SERVER_API}/orgs/${orgId}/checktools/`;
4
5/**
6 * 获取工具列表数据

Callers 15

getToolsFunction · 0.85
createToolFunction · 0.85
updateToolFunction · 0.85
updateToolStatusFunction · 0.85
getToolDetailFunction · 0.85
getRulesFunction · 0.85
getRulesFiltersFunction · 0.85
createRuleFunction · 0.85
updateRuleFunction · 0.85
deleteRuleFunction · 0.85
getCustomRulesFiltersFunction · 0.85
getCustomRulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected