MCPcopy 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
46func Remove(name string) {
47 defaultManager.Del(name)
48}
49
50func GetProvider(name string) (IProvider, bool) {
51 return defaultManager.Get(name)

Callers

nothing calls this directly

Calls 1

DelMethod · 0.45

Tested by

no test coverage detected