Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ GetDriver
Function
GetDriver
module/strategy/driver/manager.go:37–39 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
GetDriver(name string) (IStrategyDriver, bool) {
38
return
manager.GetDriver(name)
39
}
40
41
func
Register(driver IStrategyDriver) {
42
manager.AddDriver(driver)
Callers
nothing calls this directly
Calls
1
GetDriver
Method · 0.80
Tested by
no test coverage detected