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

Function Init

backend/server/api/api.go:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53var basicRes context.BasicRes
54
55func Init() {
56 // Initialize services
57 services.Init()
58 basicRes = services.GetBasicRes()
59}
60
61func InjectCustomService(pipelineNotifier services.PipelineNotificationService, projectService services.ProjectService) errors.Error {
62 return services.InjectCustomService(pipelineNotifier, projectService)

Callers 1

CreateAndRunApiServerFunction · 0.70

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected