MCPcopy 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
37func GetDriver(name string) (IStrategyDriver, bool) {
38 return manager.GetDriver(name)
39}
40
41func Register(driver IStrategyDriver) {
42 manager.AddDriver(driver)

Callers

nothing calls this directly

Calls 1

GetDriverMethod · 0.80

Tested by

no test coverage detected