startPoint property

TreeSitterPoint get startPoint

Implementation

TreeSitterPoint get startPoint =>
    _editStates[this]?.startPoint ??
    _explicitStartPoint ??
    _contexts[this]?.tree._sourceIndex.pointAtByte(startByte) ??
    TreeSitterPoint(0, startByte);