mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
lint
This commit is contained in:
@@ -248,6 +248,10 @@ impl<E: EthSpec> NetworkGlobals<E> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn sampling_columns_count(&self) -> usize {
|
||||
self.sampling_columns.read().len()
|
||||
}
|
||||
|
||||
pub fn sampling_columns(&self) -> HashSet<ColumnIndex> {
|
||||
self.sampling_columns.read().clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user