(
&mut self,
actor_id: ActorEntityUuid,
params: PatchEntityParams,
)
| 863 | } |
| 864 | |
| 865 | async fn patch_entity( |
| 866 | &mut self, |
| 867 | actor_id: ActorEntityUuid, |
| 868 | params: PatchEntityParams, |
| 869 | ) -> Result<Entity, Report<UpdateError>> { |
| 870 | self.store.patch_entity(actor_id, params).await |
| 871 | } |
| 872 | |
| 873 | async fn delete_entities( |
| 874 | &mut self, |
no outgoing calls
no test coverage detected