MCPcopy Create free account
hub / github.com/codeaashu/claude-code / buffer

Method buffer

src/server/web/public/terminal.js:515–517  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

513 super._setup(), this._customKeyEventHandler = void 0;
514 }
515 get buffer() {
516 return this.buffers.active;
517 }
518 focus() {
519 this.textarea && this.textarea.focus({ preventScroll: true });
520 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected