Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleHandshakeResponse
Method · 0.45
handleAuthResponse
Method · 0.45
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected