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

Method getCommandsBuffer

external/.scrollLibs.js:24492–24495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24490 return this._theme
24491 }
24492 getCommandsBuffer() {
24493 if (!this._commandsBuffer) this._commandsBuffer = []
24494 return this._commandsBuffer
24495 }
24496 addToCommandLog(command) {
24497 this.getCommandsBuffer().push({
24498 command: command,

Callers 1

addToCommandLogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected