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

Method GetName

backend/core/plugin/plugin_task.go:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49type ExecContext interface {
50 corecontext.BasicRes
51 GetName() string
52 GetContext() context.Context
53 GetData() interface{}
54 SetProgress(current int, total int)

Callers 5

RunPluginSubTasksFunction · 0.65
runSubtaskFunction · 0.65
NewSubtaskStateManagerFunction · 0.65
NewRawDataSubTaskFunction · 0.65
GetNameMethod · 0.65

Implementers 2

remoteContextImplbackend/server/services/remote/bridge/
defaultExecContextbackend/impls/context/default_exec_con

Calls

no outgoing calls

Tested by

no test coverage detected