(config)
| 65 | |
| 66 | // A helper to get a nobody-level Auth object |
| 67 | function nobody(config) { |
| 68 | return new Auth({ config, isMaster: false }); |
| 69 | } |
| 70 | |
| 71 | const throttle = new LRU({ |
| 72 | max: 10000, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…