Sourceror.correct_lines

You're seeing just the function correct_lines, go back to Sourceror module for more information.
Link to this function

correct_lines(meta, line_correction)

View Source

Specs

correct_lines(keyword(), integer()) :: keyword()

Shifts the line numbers of the node by the given line_correction.

This function will update the :line, :closing, :do, :end and :end_of_expression line numbers of the node metadata if such fields are present.