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

Function Register

module/dynamic-module/driver/manager.go:60–62  ·  view source on GitHub ↗
(driver IDriver)

Source from the content-addressed store, hash-verified

58}
59
60func Register(driver IDriver) {
61 manager.Register(driver)
62}
63
64func Get(name string) (IDriver, bool) {
65 return manager.Get(name)

Callers 1

LoadPluginsFunction · 0.70

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected