encodedPointForDecodedByte method
Implementation
TreeSitterPoint encodedPointForDecodedByte(
int decodedByte, {
required bool end,
}) => _encodedPoints[_boundaryIndex(decodedByte, end: end)];
TreeSitterPoint encodedPointForDecodedByte(
int decodedByte, {
required bool end,
}) => _encodedPoints[_boundaryIndex(decodedByte, end: end)];