Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Register
Function
Register
module/dynamic-module/driver/manager.go:60–62 ·
view source on GitHub ↗
(driver IDriver)
Source
from the content-addressed store, hash-verified
58
}
59
60
func
Register(driver IDriver) {
61
manager.Register(driver)
62
}
63
64
func
Get(name string) (IDriver, bool) {
65
return
manager.Get(name)
Callers
1
LoadPlugins
Function · 0.70
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected