mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Mark function as having @discardableResult, because we don’t always care about the result.
This commit is contained in:
@@ -50,6 +50,7 @@ final class StatusesTable: DatabaseTable {
|
||||
|
||||
// MARK: Marking
|
||||
|
||||
@discardableResult
|
||||
func mark(_ statuses: Set<ArticleStatus>, _ statusKey: ArticleStatus.Key, _ flag: Bool, _ database: FMDatabase) -> Set<ArticleStatus>? {
|
||||
|
||||
// Sets flag in both memory and in database.
|
||||
|
||||
Reference in New Issue
Block a user