(config)
| 55 | |
| 56 | // A helper to get a maintenance-level Auth object |
| 57 | function maintenance(config) { |
| 58 | return new Auth({ config, isMaintenance: true }); |
| 59 | } |
| 60 | |
| 61 | // A helper to get a master-level Auth object |
| 62 | function readOnly(config) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…