Flop.get_option

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

get_option(key, opts)

View Source (since 0.11.0)

Specs

get_option(atom(), [option()]) :: any()

Returns the option with the given key.

The look-up order is:

  1. the keyword list passed as the second argument
  2. the schema module that derives Flop.Schema, if the passed list includes the :for option
  3. the application environment