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

Function Drivers

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

Source from the content-addressed store, hash-verified

66}
67
68func Drivers(group ...string) []string {
69 if len(group) > 0 && group[0] != "" {
70 return manager.DriversByGroup(group[0])
71 }
72 return manager.Drivers()
73}
74
75func List(group ...string) []IDriver {
76 if len(group) > 0 && group[0] != "" {

Callers

nothing calls this directly

Calls 2

DriversByGroupMethod · 0.80
DriversMethod · 0.65

Tested by

no test coverage detected