Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ Init
Function
Init
backend/server/services/remote/init.go:34–36 ·
view source on GitHub ↗
(br context.BasicRes)
Source
from the content-addressed store, hash-verified
32
)
33
34
func
Init(br context.BasicRes) {
35
remote.Init(br)
36
}
37
38
func
NewRemotePlugin(info *models.PluginInfo) (models.RemotePlugin, errors.Error) {
39
if
_, ok := remotePlugins[info.Name]; ok {
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected