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

Function getNodeTask

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

Source from the content-addressed store, hash-verified

77 * @param params 筛选项
78 */
79export const getNodeTask = (orgId: string, nodeId: number | string, params: any) => get(`${getNodePrefix(orgId)}${nodeId}/tasks/`, params);
80
81/**
82 * 获取标签列表

Callers 1

getTaskListFunction · 0.90

Calls 2

getFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected