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

Function uuid_ascending

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

Source from the content-addressed store, hash-verified

245
246#[tokio::test]
247async fn uuid_ascending() {
248 let mut database = DatabaseTestWrapper::new().await;
249 let api = insert(&mut database).await;
250
251 test_root_sorting_chunked(
252 &api,
253 [(
254 EntityQueryPath::Uuid,
255 Ordering::Ascending,
256 NullOrdering::First,
257 )],
258 [alice(), bob(), charles(), page_v1(), page_v2()],
259 )
260 .await;
261}
262
263#[tokio::test]
264async fn uuid_descending() {

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected