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, opts \\ [])

View Source

Specs

correct_lines(Macro.t() | Macro.metadata(), integer(), Macro.metadata()) ::
  Macro.t() | Macro.metadata()

Shifts the line numbers of the node or metadata 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.