Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ onResize
Method
onResize
src/server/web/public/terminal.js:5976–5978 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5974
return
this._core.onLineFeed;
5975
}
5976
get onRender() {
5977
return
this._core.onRender;
5978
}
5979
get onResize() {
5980
return
this._core.onResize;
5981
}
Callers
7
initTerminal
Function · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
open
Method · 0.80
activate
Method · 0.80
_initLinesCache
Method · 0.80
initTerminal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected