MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / GetDriver

Method GetDriver

module/strategy/driver/manager.go:25–27  ·  view source on GitHub ↗
(driver string)

Source from the content-addressed store, hash-verified

23}
24
25func (m *Manager) GetDriver(driver string) (IStrategyDriver, bool) {
26 return m.drivers.Get(driver)
27}
28
29func (m *Manager) GetDrivers() []string {
30 return m.drivers.Keys()

Callers 9

PublishMethod · 0.80
initGatewayMethod · 0.80
GetDriverFunction · 0.80
CheckConfigFunction · 0.80
getProjectReleaseMethod · 0.80
LogsMethod · 0.80
LogCountMethod · 0.80
LogInfoMethod · 0.80

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected