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

Method List

module/dynamic-module/driver/manager.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (m *Manager) List() []IDriver {
39 return m.drivers.List()
40}
41
42func (m *Manager) ListByGroup(group string) []IDriver {
43 if drivers, ok := m.driversByGroup.Get(group); ok {

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected