()
| 3111 | |
| 3112 | #[tokio::test] |
| 3113 | async fn thread_index_via_call_sync() -> Result<()> { |
| 3114 | thread_index_via_call(ApiStyle::Sync).await |
| 3115 | } |
| 3116 | |
| 3117 | #[tokio::test] |
| 3118 | async fn thread_index_via_call_async() -> Result<()> { |
nothing calls this directly
no test coverage detected