Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/APIParkLab/APIPark
/ Get
Function
Get
module/dynamic-module/driver/manager.go:64–66 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
Get(name string) (IDriver, bool) {
65
return
manager.Get(name)
66
}
67
68
func
Drivers(group ...string) []string {
69
if
len(group) > 0 && group[0] !=
""
{
Callers
6
Online
Method · 0.92
Offline
Method · 0.92
Render
Method · 0.92
PluginInfo
Method · 0.92
Create
Method · 0.92
List
Method · 0.92
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected