Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ renderCursor
Method
renderCursor
src/server/web/public/terminal.js:6939–6941 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6937
})));
6938
}
6939
renderBackgrounds() {
6940
this._renderVertices(this._vertices);
6941
}
6942
renderCursor() {
6943
this._renderVertices(this._verticesCursor);
6944
}
Callers
1
renderRows
Method · 0.80
Calls
1
_renderVertices
Method · 0.95
Tested by
no test coverage detected