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

Method Init

backend/plugins/testmo/impl/impl.go:49–52  ·  view source on GitHub ↗
(basicRes context.BasicRes)

Source from the content-addressed store, hash-verified

47type Testmo struct{}
48
49func (p Testmo) Init(basicRes context.BasicRes) errors.Error {
50 api.Init(basicRes, p)
51 return nil
52}
53
54func (p Testmo) Connection() dal.Tabler {
55 return &models.TestmoConnection{}

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected