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

Method cols

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

Source from the content-addressed store, hash-verified

6004 return this._core.textarea;
6005 }
6006 get rows() {
6007 return this._core.rows;
6008 }
6009 get cols() {
6010 return this._core.cols;
6011 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected