MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Delete

Method Delete

module/strategy/driver/manager.go:33–35  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

31}
32
33func (m *Manager) Delete(name string) {
34 m.drivers.Del(name)
35}
36
37func GetDriver(name string) (IStrategyDriver, bool) {
38 return manager.GetDriver(name)

Callers

nothing calls this directly

Calls 1

DelMethod · 0.45

Tested by

no test coverage detected