Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
func
GetProvider(name string) (IProvider, bool) {
51
return
defaultManager.Get(name)
52
}
53
54
func
Providers() []IProvider {
55
return
defaultManager.List()
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected