Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
type
Tapd
struct
{}
48
49
func
(p Tapd) Init(basicRes context.BasicRes) errors.Error {
50
api.Init(basicRes, p)
51
52
return
nil
53
}
54
55
func
(p Tapd) Connection() dal.Tabler {
56
return
&models.TapdConnection{}
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected