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

Method Init

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected