Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Get
Method
Get
ai-provider/model-runtime/manager.go:23–25 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(m *Manager) Get(name string) (IProvider, bool) {
24
return
m.providers.Get(name)
25
}
26
27
func
(m *Manager) Del(name string) {
28
m.providers.Del(name)
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected