Contents

removeEntities(_:from:)

Removes specific entities from the given context.

Declaration

func removeEntities(_ entities: [any AppEntity], from context: AppEntityContext) async throws

Parameters

  • entities:

    The entities to remove.

  • context:

    The context from which to remove the entities.

Discussion

See Also

Removing the current donations