Spear.Connection.read_api-question-mark
You're seeing just the function
read_api-question-mark
, go back to Spear.Connection module for more information.
Specs
Declares whether an API+RPC combination is read-only or not
Examples
iex> Spear.Connection.read_api?(Spear.Records.Streams, :Read)
true
iex> Spear.Connection.read_api?(Spear.Records.Streams, :Append)
false