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

Method Init

backend/plugins/taiga/impl/impl.go:62–65  ·  view source on GitHub ↗
(basicRes context.BasicRes)

Source from the content-addressed store, hash-verified

60}
61
62func (p Taiga) Init(basicRes context.BasicRes) errors.Error {
63 api.Init(basicRes, p)
64 return nil
65}
66
67func (p Taiga) GetTablesInfo() []dal.Tabler {
68 return []dal.Tabler{

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected