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

Function performServerHandshake

lib/internal/http2/core.js:3756–3759  ·  view source on GitHub ↗
(socket, options = kEmptyObject)

Source from the content-addressed store, hash-verified

3754}
3755
3756function performServerHandshake(socket, options = kEmptyObject) {
3757 options = initializeOptions(options);
3758 return new ServerHttp2Session(options, socket, undefined);
3759}
3760
3761binding.setCallbackFunctions(
3762 onSessionInternalError,

Callers

nothing calls this directly

Calls 1

initializeOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…