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

Method Init

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected