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

Method cols

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

Source from the content-addressed store, hash-verified

2558 }))), this._onScrollApi.event;
2559 }
2560 get cols() {
2561 return this._bufferService.cols;
2562 }
2563 get rows() {
2564 return this._bufferService.rows;
2565 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected