We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b57731 commit 02addf9Copy full SHA for 02addf9
1 file changed
src/handlers/http/query_context.rs
@@ -439,6 +439,7 @@ WHERE {scope_filter} AND ({anchor_match_predicate})"#
439
)
440
}
441
442
+#[allow(clippy::too_many_arguments)]
443
fn build_log_context_newer_query_payload(
444
stream: &str,
445
anchor_timestamp: DateTime<Utc>,
@@ -471,6 +472,7 @@ fn build_log_context_newer_query_payload(
471
472
473
474
475
476
fn build_log_context_anchor_and_older_query_payload(
477
478
@@ -560,6 +562,7 @@ fn build_log_context_neighbor_query(
560
562
561
563
564
565
566
fn build_log_context_cursor_query_payload(
567
568
context_start_time: DateTime<Utc>,
0 commit comments