findLineStart method

int findLineStart(
  1. int offset
)

Finds the start of the line containing offset.

Implementation

int findLineStart(int offset) => _rope.findLineStart(offset);