(
&self,
actor_id: ActorEntityUuid,
params: QueryEntitiesParams<'_>,
)
| 819 | } |
| 820 | |
| 821 | async fn query_entities( |
| 822 | &self, |
| 823 | actor_id: ActorEntityUuid, |
| 824 | params: QueryEntitiesParams<'_>, |
| 825 | ) -> Result<QueryEntitiesResponse<'static>, Report<QueryError>> { |
| 826 | self.store.query_entities(actor_id, params).await |
| 827 | } |
| 828 | |
| 829 | async fn search_entities( |
| 830 | &self, |
no outgoing calls
no test coverage detected