MCPcopy Create free account
hub / github.com/apache/devlake / GetScopeList

Function GetScopeList

backend/plugins/sonarqube/api/scope_api.go:95–97  ·  view source on GitHub ↗

GetScopeList get Sonarqube projects @Summary get Sonarqube projects @Description get Sonarqube projects @Tags plugins/sonarqube @Param connectionId path int false "connection ID" @Param searchTerm query string false "search term for scope name" @Param pageSize query int false "page size, default 50"

(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

93// @Failure 500 {object} shared.ApiBody "Internal Error"
94// @Router /plugins/sonarqube/connections/{connectionId}/scopes [GET]
95func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
96 return dsHelper.ScopeApi.GetPage(input)
97}
98
99// GetScope get one Sonarqube project
100// @Summary get one Sonarqube project

Callers

nothing calls this directly

Calls 1

GetPageMethod · 0.45

Tested by

no test coverage detected