(options, handler)
| 3684 | }); |
| 3685 | |
| 3686 | function createSecureServer(options, handler) { |
| 3687 | return new Http2SecureServer(options, handler); |
| 3688 | } |
| 3689 | |
| 3690 | function createServer(options, handler) { |
| 3691 | if (typeof options === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…