(&self, ctx: &Context<'_>)
| 101 | } |
| 102 | |
| 103 | async fn root_topic(&self, ctx: &Context<'_>) -> Result<Topic> { |
| 104 | ctx.data_unchecked::<Store>() |
| 105 | .fetch_topic(ExternalId::root_topic()) |
| 106 | .await? |
| 107 | .try_into() |
| 108 | } |
| 109 | } |
nothing calls this directly
no test coverage detected