(&self)
| 319 | } |
| 320 | |
| 321 | async fn bootstrap_api_behavior_table(&self) -> Result<()> { |
| 322 | self.bootstrap_aux_table(&self.api_behavior_table, api_behavior_schema(), true) |
| 323 | .await?; |
| 324 | Ok(()) |
| 325 | } |
| 326 | |
| 327 | async fn bootstrap_aux_table( |
| 328 | &self, |
no test coverage detected