Meeseeks.Selector.validate
You're seeing just the function
validate
, go back to Meeseeks.Selector module for more information.
Specs
validate(t()) :: {:ok, t()} | {:error, Meeseeks.Error.t()}
Validates selector, returning {:ok, selector}
if the selector is valid or
{:error, %Meeseeks.Error{}}
if it is not.