MCPcopy 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
58func (p PagerDuty) Init(basicRes context.BasicRes) errors.Error {
59 api.Init(basicRes, p)
60
61 return nil
62}
63
64func (p PagerDuty) Connection() dal.Tabler {
65 return &models.PagerDutyConnection{}

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected