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