MCPcopy 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
23func (m *Manager) Get(name string) (IProvider, bool) {
24 return m.providers.Get(name)
25}
26
27func (m *Manager) Del(name string) {
28 m.providers.Del(name)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected