We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed0fe1 commit 5641c79Copy full SHA for 5641c79
ic-agent/src/agent/route_provider.rs
@@ -49,6 +49,7 @@ pub struct RoutesStats {
49
}
50
51
impl RoutesStats {
52
+ /// Creates an new instance of [`RoutesStats`].
53
pub fn new(total: usize, healthy: Option<usize>) -> Self {
54
Self { total, healthy }
55
0 commit comments