Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
func
(p Gitee) Init(basicRes context.BasicRes) errors.Error {
62
api.Init(basicRes, p)
63
64
return
nil
65
}
66
67
func
(p Gitee) GetTablesInfo() []dal.Tabler {
68
return
[]dal.Tabler{
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected