MCPcopy Create free account
hub / github.com/breck7/scroll / addToCommandLog

Method addToCommandLog

external/.scrollLibs.js:24496–24501  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

getCommandsBufferMethod · 0.95

Tested by

no test coverage detected