Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ getWrappedLines
Method
getWrappedLines
src/utils/Cursor.ts:1352–1354 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1350
}
1351
1352
public getWrappedLines(): WrappedLine[] {
1353
return
this.wrappedLines
1354
}
1355
1356
private getLine(line: number): WrappedLine {
1357
const
lines = this.wrappedLines
Callers
2
getViewportCharOffset
Method · 0.80
getViewportCharEnd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected