File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/mqtt-packet

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

3 dirs
13 files
packet.js214 B · 14 lines
class Packet {  constructor () {    this.cmd = null    this.retain = false    this.qos = 0    this.dup = false    this.length = -1    this.topic = null    this.payload = null  }} module.exports = Packet