(auth *coreauth.Auth)
| 2151 | } |
| 2152 | |
| 2153 | func authID(auth *coreauth.Auth) string { |
| 2154 | if auth == nil { |
| 2155 | return "" |
| 2156 | } |
| 2157 | return auth.ID |
| 2158 | } |
| 2159 | |
| 2160 | func authProvider(auth *coreauth.Auth) string { |
| 2161 | if auth == nil { |
no outgoing calls
no test coverage detected