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

Method GetAuth

module/application-authorization/auth-driver/manager.go:23–25  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

21}
22
23func (m *Manager) GetAuth(name string) (IFactory, bool) {
24 return m.authFactory.Get(name)
25}
26
27func GetAuthFactory(name string) (IFactory, bool) {
28 return defaultManager.GetAuth(name)

Callers 1

GetAuthFactoryFunction · 0.80

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected