ManagedModels icon indicating copy to clipboard operation
ManagedModels copied to clipboard

Generate `fetchRequest` static method

Open helje5 opened this issue 1 year ago • 0 comments

NSManagedObject itself provides a fetchRequest method, but that is type erased. So we should generate a fetchRequest method that overloads with the actual model type.

I think I might have had that already in an earlier version, might be in the commit log as dropped 🙈

helje5 avatar Jun 26 '24 12:06 helje5