MCPcopy Index your code
hub / github.com/apache/devlake / Init

Method Init

backend/plugins/sonarqube/impl/impl.go:60–64  ·  view source on GitHub ↗
(br context.BasicRes)

Source from the content-addressed store, hash-verified

58}
59
60func (p Sonarqube) Init(br context.BasicRes) errors.Error {
61 api.Init(br, p)
62
63 return nil
64}
65
66func (p Sonarqube) Connection() dal.Tabler {
67 return &models.SonarqubeConnection{}

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected