Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ buffer
Method
buffer
src/server/web/public/terminal.js:6009–6011 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6007
return
this._core.rows;
6008
}
6009
get cols() {
6010
return
this._core.cols;
6011
}
6012
get buffer() {
6013
return
this._buffer || (this._buffer = this.register(
new
a.BufferNamespaceApi(this._core))), this._buffer;
6014
}
Callers
nothing calls this directly
Calls
1
register
Method · 0.45
Tested by
no test coverage detected