MCPcopy 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
34func Init(br context.BasicRes) {
35 remote.Init(br)
36}
37
38func NewRemotePlugin(info *models.PluginInfo) (models.RemotePlugin, errors.Error) {
39 if _, ok := remotePlugins[info.Name]; ok {

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected