Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(m *Manager) Delete(name string) {
34
m.drivers.Del(name)
35
}
36
37
func
GetDriver(name string) (IStrategyDriver, bool) {
38
return
manager.GetDriver(name)
Callers
nothing calls this directly
Calls
1
Del
Method · 0.45
Tested by
no test coverage detected