MCPcopy 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 */
63export const getNodeProcess = (orgId: string, nodeId: number | string) => get(`${getNodePrefix(orgId)}${nodeId}/processes/`);
64
65/**
66 * 更新节点进程

Callers 2

getNodePorcessRequestFunction · 0.90
getNodePorcessRequestFunction · 0.90

Calls 2

getFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected