MCPcopy Create free account
hub / github.com/nodejs/node / markAuthenticated

Method markAuthenticated

deps/undici/undici.js:10681–10684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10679 }
10680 }
10681 markAuthenticated() {
10682 this.state = STATES.AUTHENTICATED;
10683 this.emit("authenticated");
10684 }
10685 /**
10686 * Start the SOCKS5 handshake
10687 */

Callers 2

handleAuthResponseMethod · 0.45

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected