Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/devlake
/ Init
Method
Init
backend/plugins/pagerduty/impl/impl.go:58–62 ·
view source on GitHub ↗
(basicRes context.BasicRes)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(p PagerDuty) Init(basicRes context.BasicRes) errors.Error {
59
api.Init(basicRes, p)
60
61
return
nil
62
}
63
64
func
(p PagerDuty) Connection() dal.Tabler {
65
return
&models.PagerDutyConnection{}
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected