Protox.Default.default

You're seeing just the function default, go back to Protox.Default module for more information.

Specs

default(atom() | {atom(), atom()}) ::
  false | integer() | float() | binary() | nil | atom()

Returns the default value of a Protocol Buffer type specified with an atom.

Examples

iex> Protox.Default.default(:bool)
false

iex> Protox.Default.default(:string)
""