MCPcopy
hub / github.com/APIParkLab/APIPark / Get

Function Get

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

Source from the content-addressed store, hash-verified

62}
63
64func Get(name string) (IDriver, bool) {
65 return manager.Get(name)
66}
67
68func Drivers(group ...string) []string {
69 if len(group) > 0 && group[0] != "" {

Callers 6

OnlineMethod · 0.92
OfflineMethod · 0.92
RenderMethod · 0.92
PluginInfoMethod · 0.92
CreateMethod · 0.92
ListMethod · 0.92

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected