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

Method DriversByGroup

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

Source from the content-addressed store, hash-verified

51}
52
53func (m *Manager) DriversByGroup(group string) []string {
54 if drivers, ok := m.driversByGroup.Get(group); ok {
55 return drivers.Keys()
56 }
57 return nil
58}
59
60func Register(driver IDriver) {
61 manager.Register(driver)

Callers 1

DriversFunction · 0.80

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected