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

Function getIssues

web/packages/tca-analysis/src/services/projects.ts:137–137  ·  view source on GitHub ↗
(orgSid: string, teamName: string, repoId: number, projectId: number, query: any)

Source from the content-addressed store, hash-verified

135 * @param query
136 */
137export const getIssues = (orgSid: string, teamName: string, repoId: number, projectId: number, query: any) => get(`${getAnalysisBaseURL(orgSid, teamName)}/repos/${repoId}/projects/${projectId}/codelint/issues/`, query);
138
139/**
140 * 问题列表 - 批量处理问题

Callers

nothing calls this directly

Calls 2

getAnalysisBaseURLFunction · 0.90
getFunction · 0.85

Tested by

no test coverage detected