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