Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
func
(p Sonarqube) Init(br context.BasicRes) errors.Error {
61
api.Init(br, p)
62
63
return
nil
64
}
65
66
func
(p Sonarqube) Connection() dal.Tabler {
67
return
&models.SonarqubeConnection{}
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected