()
| 68 | |
| 69 | #[tokio::test] |
| 70 | async fn sync_test_table_provider() -> Result<()> { |
| 71 | test_table_provider(true).await |
| 72 | } |
| 73 | |
| 74 | #[test] |
| 75 | fn test_ffi_table_provider_statistics_cross_library() -> Result<()> { |
nothing calls this directly
no test coverage detected
searching dependent graphs…