(command)
| 24494 | return this._commandsBuffer |
| 24495 | } |
| 24496 | addToCommandLog(command) { |
| 24497 | this.getCommandsBuffer().push({ |
| 24498 | command: command, |
| 24499 | time: this._getProcessTimeInMilliseconds() |
| 24500 | }) |
| 24501 | } |
| 24502 | getMessageBuffer() { |
| 24503 | if (!this._messageBuffer) this._messageBuffer = new Particle() |
| 24504 | return this._messageBuffer |
no test coverage detected