MCPcopy Create free account
hub / github.com/hashintel/hash / uuid_descending

Function uuid_descending

tests/graph/integration/postgres/sorting.rs:264–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262
263#[tokio::test]
264async fn uuid_descending() {
265 let mut database = DatabaseTestWrapper::new().await;
266 let api = insert(&mut database).await;
267
268 test_root_sorting_chunked(
269 &api,
270 [(
271 EntityQueryPath::Uuid,
272 Ordering::Descending,
273 NullOrdering::Last,
274 )],
275 [page_v2(), page_v1(), charles(), bob(), alice()],
276 )
277 .await;
278}
279
280#[tokio::test]
281async fn age_ascending_last() {

Callers

nothing calls this directly

Calls 7

page_v2Function · 0.85
page_v1Function · 0.85
insertFunction · 0.70
charlesFunction · 0.70
bobFunction · 0.70
aliceFunction · 0.70

Tested by

no test coverage detected