Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/CodeAnalysis
/ getNodeProcess
Function
getNodeProcess
web/packages/tca-layout/src/services/nodes.ts:63–63 ·
view source on GitHub ↗
(orgId: string, nodeId: number | string)
Source
from the content-addressed store, hash-verified
61
* @param nodeId
62
*/
63
export
const
getNodeProcess = (orgId: string, nodeId: number | string) => get(`${getNodePrefix(orgId)}${nodeId}/processes/`);
64
65
/**
66
* 更新节点进程
Callers
2
getNodePorcessRequest
Function · 0.90
getNodePorcessRequest
Function · 0.90
Calls
2
get
Function · 0.85
getNodePrefix
Function · 0.85
Tested by
no test coverage detected