Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ text
Method
text
src/utils/Cursor.ts:1038–1040 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1036
}
1037
1038
public get text(): string {
1039
return
this.measuredText.text
1040
}
1041
1042
private get columns(): number {
1043
return
this.measuredText.columns + 1
Callers
6
ripgrep.ts
File · 0.80
downloadCaBundle
Function · 0.80
normalizeOAuthErrorBody
Function · 0.80
requestJwtAuthorizationGrant
Function · 0.80
exchangeJwtAuthGrant
Function · 0.80
streamChat
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected