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