📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 18:38:18
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkobd.com
/
14
/
lib
/
node_modules
/
mysql
/
lib
/
protocol
/
sequences
📍 /home/orkouolp/nodevenv/node_js/orkobd.com/14/lib/node_modules/mysql/lib/protocol/sequences
🔄 Refresh
✏️
Editing: Ping.js
Writable
var Sequence = require('./Sequence'); var Util = require('util'); var Packets = require('../packets'); module.exports = Ping; Util.inherits(Ping, Sequence); function Ping(options, callback) { if (!callback && typeof options === 'function') { callback = options; options = {}; } Sequence.call(this, options, callback); } Ping.prototype.start = function() { this.emit('packet', new Packets.ComPingPacket()); };
💾 Save Changes
❌ Cancel