Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ Init
Method
Init
backend/plugins/testmo/impl/impl.go:49–52 ·
view source on GitHub ↗
(basicRes context.BasicRes)
Source
from the content-addressed store, hash-verified
47
type
Testmo
struct
{}
48
49
func
(p Testmo) Init(basicRes context.BasicRes) errors.Error {
50
api.Init(basicRes, p)
51
return
nil
52
}
53
54
func
(p Testmo) Connection() dal.Tabler {
55
return
&models.TestmoConnection{}
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected