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

Method buffers

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

Source from the content-addressed store, hash-verified

2564 return this._bufferService.rows;
2565 }
2566 get buffers() {
2567 return this._bufferService.buffers;
2568 }
2569 get options() {
2570 return this.optionsService.options;
2571 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected