Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ MAIN_SERVER_API, get, put, post, del } from
'@plat/api'
;
2
3
const
getToolPrefix = (orgId: string) => `${MAIN_SERVER_API}/orgs/${orgId}/checktools/`;
4
5
/**
6
* 获取工具列表数据
Callers
15
getTools
Function · 0.85
createTool
Function · 0.85
updateTool
Function · 0.85
updateToolStatus
Function · 0.85
getToolDetail
Function · 0.85
getRules
Function · 0.85
getRulesFilters
Function · 0.85
createRule
Function · 0.85
updateRule
Function · 0.85
deleteRule
Function · 0.85
getCustomRulesFilters
Function · 0.85
getCustomRules
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected