MCPcopy
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

_runMethod · 0.95
_authenticateMethod · 0.95
socketConnectedMethod · 0.95
socketFailedMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected