MCPcopy Index your code
hub / github.com/nodejs/node / createSecureServer

Function createSecureServer

lib/internal/http2/core.js:3686–3688  ·  view source on GitHub ↗
(options, handler)

Source from the content-addressed store, hash-verified

3684});
3685
3686function createSecureServer(options, handler) {
3687 return new Http2SecureServer(options, handler);
3688}
3689
3690function createServer(options, handler) {
3691 if (typeof options === 'function') {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…