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

Method GetPlugin

backend/core/plugin/plugin_api.go:39–41  ·  view source on GitHub ↗

GetPlugin get the plugin in context

()

Source from the content-addressed store, hash-verified

37
38// GetPlugin get the plugin in context
39func (input *ApiResourceInput) GetPlugin() string {
40 return input.Params["plugin"]
41}
42
43// OutputFile is the file returned
44type OutputFile struct {

Callers 9

RunPluginTaskFunction · 0.80
getPluginSourceMethod · 0.80
getAffectedTablesMethod · 0.80
getAffectedTablesMethod · 0.80
GeneratePlanJsonV200Function · 0.80
addGithubFunction · 0.80
PrepareTaskDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected