MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Del

Method Del

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

Source from the content-addressed store, hash-verified

25}
26
27func (m *Manager) Del(name string) {
28 m.providers.Del(name)
29}
30
31func (m *Manager) List() []IProvider {
32 //list := m.providers.List()

Callers 3

ClosePipelineMethod · 0.45
removeModelMethod · 0.45
RemoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected