Versioned.get_last

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

get_last(module, entity_id, opts \\ [])

View Source

Specs

get_last(module(), any(), keyword()) :: Ecto.Schema.t() | nil

Get the most recent version of module with the given entity_id.

Options can include anything used by the repo's get/3.