Protox.Default.default
You're seeing just the function
default
, go back to Protox.Default module for more information.
Specs
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)
""