MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / createNode

Function createNode

web/packages/tca-layout/src/services/nodes.ts:18–18  ·  view source on GitHub ↗
(orgId: string, data: any)

Source from the content-addressed store, hash-verified

16 * @returns
17 */
18export const createNode = (orgId: string, data: any) => post(`${getNodePrefix(orgId)}create/`, data);
19
20/**
21 * 获取节点详情

Callers

nothing calls this directly

Calls 2

postFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected