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

Method IsCloud

backend/plugins/sonarqube/models/connection.go:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (connection *SonarqubeConnection) IsCloud() bool {
96 return connection.Endpoint == "https://sonarcloud.io/api/"
97}
98
99const ORG = "org"
100

Callers 1

PrepareTaskDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected