Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ Set
Method
Set
ai-provider/model-runtime/manager.go:19–21 ·
view source on GitHub ↗
(name string, driver IProvider)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(m *Manager) Set(name string, driver IProvider) {
20
m.providers.Set(name, driver)
21
}
22
23
func
(m *Manager) Get(name string) (IProvider, bool) {
24
return
m.providers.Get(name)
Callers
nothing calls this directly
Calls
1
Set
Method · 0.65
Tested by
no test coverage detected