Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/playwright
/ _writeBytes
Method
_writeBytes
packages/utils/socksProxy.ts:211–214 ·
view source on GitHub ↗
(buffer: Buffer)
Source
from the content-addressed store, hash-verified
209
}
210
211
private _writeBytes(buffer: Buffer) {
212
if
(this._socket.writable)
213
this._socket.write(buffer);
214
}
215
216
private _onClose() {
217
this._client.onSocketClosed({ uid: this._uid });
Callers
4
_run
Method · 0.95
_authenticate
Method · 0.95
socketConnected
Method · 0.95
socketFailed
Method · 0.95
Calls
1
write
Method · 0.65
Tested by
no test coverage detected