Sourceror.prepend_comments

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

prepend_comments(quoted, comments, position \\ :leading)

View Source

Specs

prepend_comments(
  quoted :: Macro.t(),
  comments :: [comment()],
  position :: :leading | :trailing
) :: Macro.t()

Prepends comments to the leading or trailing comments of a node.