Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ getNodePrefix
Function
getNodePrefix
web/packages/tca-layout/src/services/nodes.ts:3–3 ·
view source on GitHub ↗
(orgId: string)
Source
from the content-addressed store, hash-verified
1
import
{ get, post, put, del, MAIN_SERVER_API, postFile } from
'@plat/api'
;
2
3
const
getNodePrefix = (orgId: string) => `${MAIN_SERVER_API}/orgs/${orgId}/nodes/`;
4
5
/**
6
* 获取节点列表
Callers
14
getNodes
Function · 0.85
createNode
Function · 0.85
getNode
Function · 0.85
putNode
Function · 0.85
delNode
Function · 0.85
getNodeCommand
Function · 0.85
getConfigIni
Function · 0.85
getNodeProcess
Function · 0.85
putNodeProcess
Function · 0.85
getNodeTask
Function · 0.85
getTags
Function · 0.85
postTags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected