(&self)
| 414 | } |
| 415 | |
| 416 | async fn api_behavior_table(&self) -> Result<Table> { |
| 417 | self.open_table(&self.api_behavior_table).await |
| 418 | } |
| 419 | |
| 420 | pub async fn append_api_behavior_event(&self, input: NewApiBehaviorEventInput) -> Result<()> { |
| 421 | self.append_api_behavior_events(vec![input]).await |
no test coverage detected