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

Function getNodeCommand

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

Source from the content-addressed store, hash-verified

46 * @returns
47 */
48export const getNodeCommand = (orgId: string, nodeId: number | string) => get(`${getNodePrefix(orgId)}${nodeId}/command/`);
49
50/**
51 * 获取节点启动配置文件

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected