Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
(m *Manager) List() []IDriver {
39
return
m.drivers.List()
40
}
41
42
func
(m *Manager) ListByGroup(group string) []IDriver {
43
if
drivers, ok := m.driversByGroup.Get(group); ok {
Callers
nothing calls this directly
Calls
1
List
Method · 0.65
Tested by
no test coverage detected