MCPcopy
hub / github.com/apache/devlake / GhCopilot

Struct GhCopilot

backend/plugins/gh-copilot/impl/impl.go:46–46  ·  view source on GitHub ↗

GhCopilot is the plugin entrypoint implementing DevLake interfaces.

Source from the content-addressed store, hash-verified

44
45// GhCopilot is the plugin entrypoint implementing DevLake interfaces.
46type GhCopilot struct{}
47
48func (p GhCopilot) Init(basicRes context.BasicRes) errors.Error {
49 api.Init(basicRes, p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected