Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
func
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
ModuleDrivers
Method · 0.92
Calls
2
ListByGroup
Method · 0.80
List
Method · 0.65
Tested by
no test coverage detected