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 ff3d817 commit 387d823Copy full SHA for 387d823
toolkit/data-sources/db-sync/src/candidates/cached.rs
@@ -97,7 +97,7 @@ impl CandidateDataSourceCacheConfig {
97
}
98
99
impl CandidateDataSourceCached {
100
- /// TODO
+ /// Creates new instance of the data source
101
pub fn new(
102
inner: CandidatesDataSourceImpl,
103
candidates_for_epoch_cache_size: usize,
@@ -116,7 +116,7 @@ impl CandidateDataSourceCached {
116
117
118
119
+ /// Creates a new instance of the data source, reading configuration from the environment.
120
pub fn new_from_env(
121
122
0 commit comments