Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Get
Method
Get
module/dynamic-module/driver/manager.go:34–36 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(m *Manager) Get(name string) (IDriver, bool) {
35
return
m.drivers.Get(name)
36
}
37
38
func
(m *Manager) List() []IDriver {
39
return
m.drivers.List()
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected