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

Function GetProvider

ai-provider/model-runtime/manager.go:50–52  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

48}
49
50func GetProvider(name string) (IProvider, bool) {
51 return defaultManager.Get(name)
52}
53
54func Providers() []IProvider {
55 return defaultManager.List()

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected