Versioned.get

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

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

View Source

Specs

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

Get a version by its (version) id where module is the non-version schema.

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