MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Get

Method Get

module/dynamic-module/driver/manager.go:34–36  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

32}
33
34func (m *Manager) Get(name string) (IDriver, bool) {
35 return m.drivers.Get(name)
36}
37
38func (m *Manager) List() []IDriver {
39 return m.drivers.List()

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected