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

Function getConfigIni

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

Source from the content-addressed store, hash-verified

54 * @returns
55 */
56export const getConfigIni = (orgId: string, nodeId: number | string, params: any) => postFile(`${getNodePrefix(orgId)}${nodeId}/configini/`, params);
57
58/**
59 * 获取节点进程

Callers

nothing calls this directly

Calls 2

postFileFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected