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 fa72be5 commit cbffd8fCopy full SHA for cbffd8f
timeboost-sequencer/src/include.rs
@@ -227,7 +227,8 @@ impl Includer {
227
.0)
228
}
229
230
- /// Check if the cache is valid, i.e. contains at least 8 recent rounds (not necessarily consecutive).
+ /// Check if the cache is valid, i.e. contains at least 8 recent rounds (not necessarily
231
+ /// consecutive).
232
fn is_valid_cache(&self) -> bool {
233
self.cache.len() >= CACHE_SIZE
234
0 commit comments