Flop.Schema.max_limit
You're seeing just the function
max_limit
, go back to Flop.Schema module for more information.
Specs
max_limit(any()) :: pos_integer() | nil
Returns the maximum limit of a schema.
iex> Flop.Schema.max_limit(%Flop.Pet{})
20