MCPcopy 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.tsFile · 0.80
downloadCaBundleFunction · 0.80
normalizeOAuthErrorBodyFunction · 0.80
exchangeJwtAuthGrantFunction · 0.80
streamChatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected