menu
code_forge package
documentation
code_forge/rope.dart
Rope
findLineEnd method
findLineEnd method
dark_mode
light_mode
findLineEnd
method
int
findLineEnd
(
int
offset
)
Implementation
int findLineEnd(int offset) { return _rope.findLineEnd(offset: BigInt.from(offset)).toInt(); }
code_forge package
documentation
code_forge/rope
Rope
findLineEnd method
Rope class