IsWhat.sample_function

You're seeing just the function sample_function, go back to IsWhat module for more information.

Specs

sample_function(boolean()) :: {:ok, String.t()} | {:error, String.t()}

sample_function/1

Returns tuple

Examples

iex> IsWhat.sample_function(true)
{:ok, "Successfully."}