MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / List

Function List

module/dynamic-module/driver/manager.go:75–80  ·  view source on GitHub ↗
(group ...string)

Source from the content-addressed store, hash-verified

73}
74
75func List(group ...string) []IDriver {
76 if len(group) > 0 && group[0] != "" {
77 return manager.ListByGroup(group[0])
78 }
79 return manager.List()
80}

Callers 1

ModuleDriversMethod · 0.92

Calls 2

ListByGroupMethod · 0.80
ListMethod · 0.65

Tested by

no test coverage detected