Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
18
export
const
createNode = (orgId: string, data: any) => post(`${getNodePrefix(orgId)}create/`, data);
19
20
/**
21
* 获取节点详情
Callers
nothing calls this directly
Calls
2
post
Function · 0.85
getNodePrefix
Function · 0.85
Tested by
no test coverage detected