Trash.Test.Repo.kept-question-mark
You're seeing just the function
kept-question-mark
, go back to Trash.Test.Repo module for more information.
Link to this function
kept?(queryable, opts \\ [])
Specs
kept?(queryable :: Ecto.Queryable.t(), opts :: Keyword.t()) :: boolean()
Checks if there exists an entry that matches the given query that has been kept.
Returns a boolean.
Examples
iex> MyRepo.kept?(post)
true