mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 10:35:39 +00:00
Deploying to gh-pages from @ 8d09aa2452b42d68083625966965e9e78b62c5ee 🚀
This commit is contained in:
@@ -441,6 +441,9 @@
|
||||
<a href="#441" id="441">441</a>
|
||||
<a href="#442" id="442">442</a>
|
||||
<a href="#443" id="443">443</a>
|
||||
<a href="#444" id="444">444</a>
|
||||
<a href="#445" id="445">445</a>
|
||||
<a href="#446" id="446">446</a>
|
||||
</pre></div><pre class="rust"><code><span class="comment">// Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
//
|
||||
@@ -756,8 +759,11 @@
|
||||
|
||||
<span class="doccomment">/// Get the entry at a location in the list of analytics entires under a certain time limit
|
||||
/// and sorted in ascending order
|
||||
</span><span class="kw">async fn </span>stats_get_entry_at_location_for_time_limit_asc(<span class="kw-2">&</span><span class="self">self</span>, duration: u32, location: u32) -> DBResult<<span class="prelude-ty">Option</span><usize>>;
|
||||
|
||||
</span><span class="kw">async fn </span>stats_get_entry_at_location_for_time_limit_asc(
|
||||
<span class="kw-2">&</span><span class="self">self</span>,
|
||||
duration: u32,
|
||||
location: u32,
|
||||
) -> DBResult<<span class="prelude-ty">Option</span><usize>>;
|
||||
}
|
||||
|
||||
<span class="attr">#[derive(Debug, Clone, Default, Deserialize, Serialize, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user