MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / initiateHandshake

Method initiateHandshake

modules/crypt/ssl/session_419.js:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 this.certificateManager = new CertificateManager(options);
89 }
90 initiateHandshake() {
91 this.connectionEnd = true;
92 this.handshakeProcess = handshakeProtocol.helloRequest.msgType;
93 }
94 handshake(s) {
95 let state = 0;
96 switch (this.handshakeProcess) {

Callers 2

constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected