Store.Project (fnord v0.7.19)
View SourceSummary
Types
Functions
@spec conversations(t()) :: [Store.Project.Conversation.t()]
@spec delete(t()) :: :ok
@spec delete_missing_files(t()) :: {t(), Enumerable.t()}
@spec find_entry(t(), String.t()) :: {:ok, Store.Project.Entry.t()} | {:error, atom()}
@spec source_files(t()) :: {t(), Enumerable.t()}
@spec stored_files(t()) :: Enumerable.t()
@spec torch(t()) :: :ok