(&self)
| 131 | } |
| 132 | |
| 133 | pub async fn module_watcher(&self) -> Result<watch::Receiver<ModuleHost>, NoSuchModule> { |
| 134 | self.host_controller.watch_module_host(self.replica_id).await |
| 135 | } |
| 136 | |
| 137 | pub async fn exec_sql( |
| 138 | &self, |
no test coverage detected