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

Function getNodePrefix

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

Source from the content-addressed store, hash-verified

1import { get, post, put, del, MAIN_SERVER_API, postFile } from '@plat/api';
2
3const getNodePrefix = (orgId: string) => `${MAIN_SERVER_API}/orgs/${orgId}/nodes/`;
4
5/**
6 * 获取节点列表

Callers 14

getNodesFunction · 0.85
createNodeFunction · 0.85
getNodeFunction · 0.85
putNodeFunction · 0.85
delNodeFunction · 0.85
getNodeCommandFunction · 0.85
getConfigIniFunction · 0.85
getNodeProcessFunction · 0.85
putNodeProcessFunction · 0.85
getNodeTaskFunction · 0.85
getTagsFunction · 0.85
postTagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected