MCPcopy Index your code
hub / github.com/codeaashu/claude-code / buffer

Method buffer

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

Source from the content-addressed store, hash-verified

5382 };
5383 Object.defineProperty(t2, "__esModule", { value: true }), t2.BufferService = t2.MINIMUM_ROWS = t2.MINIMUM_COLS = void 0;
5384 const n = i2(8460), o = i2(844), a = i2(5295), h = i2(2585);
5385 t2.MINIMUM_COLS = 2, t2.MINIMUM_ROWS = 1;
5386 let c = t2.BufferService = class extends o.Disposable {
5387 get buffer() {
5388 return this.buffers.active;
5389 }

Callers 1

parseMultipleKeypressesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected