MCPcopy Index your code
hub / github.com/apache/devlake / GetSubtaskNames

Function GetSubtaskNames

backend/test/helper/utils.go:54–60  ·  view source on GitHub ↗

GetSubtaskNames FIXME

(metas ...plugin.SubTaskMeta)

Source from the content-addressed store, hash-verified

52
53// GetSubtaskNames FIXME
54func GetSubtaskNames(metas ...plugin.SubTaskMeta) []string {
55 var names []string
56 for _, m := range metas {
57 names = append(names, m.Name)
58 }
59 return names
60}
61
62// AddToPath FIXME
63func AddToPath(newPaths ...string) {

Callers 1

RunPluginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected