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

Function getNode

web/packages/tca-layout/src/services/nodes.ts:25–25  ·  view source on GitHub ↗
(orgId: string, nodeId: number | string)

Source from the content-addressed store, hash-verified

23 * @param nodeId
24 */
25export const getNode = (orgId: string, nodeId: number | string) => get(`${getNodePrefix(orgId)}${nodeId}/`);
26
27/**
28 * 更新节点详情

Callers 2

ProcessFunction · 0.90
ProcessFunction · 0.90

Calls 2

getFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected