📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 19:46:42
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkobd.com
/
14
/
lib
/
node_modules
/
mysql
/
lib
/
protocol
/
packets
📍 /home/orkouolp/nodevenv/node_js/orkobd.com/14/lib/node_modules/mysql/lib/protocol/packets
🔄 Refresh
✏️
Editing: AuthSwitchResponsePacket.js
Writable
module.exports = AuthSwitchResponsePacket; function AuthSwitchResponsePacket(options) { options = options || {}; this.data = options.data; } AuthSwitchResponsePacket.prototype.parse = function parse(parser) { this.data = parser.parsePacketTerminatedBuffer(); }; AuthSwitchResponsePacket.prototype.write = function write(writer) { writer.writeBuffer(this.data); };
💾 Save Changes
❌ Cancel