Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ Remove
Function
Remove
ai-provider/model-runtime/manager.go:46–48 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
Remove(name string) {
47
defaultManager.Del(name)
48
}
49
50
func
GetProvider(name string) (IProvider, bool) {
51
return
defaultManager.Get(name)
Callers
nothing calls this directly
Calls
1
Del
Method · 0.45
Tested by
no test coverage detected