Searched refs:getSendQueueCount (Results 1 – 3 of 3) sorted by relevance
9 assert.strictEqual(socket.getSendQueueCount(), 0);23 assert.strictEqual(client.getSendQueueCount(), 2);
995 Socket.prototype.getSendQueueCount = function() { method in Socket996 return this[kStateSymbol].handle.getSendQueueCount();
483 ### `socket.getSendQueueCount()`