Versioned.get

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

get(module, id, opts \\ [])

View Source

Specs

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

Get a version for a schema module.

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