From ec36c404171737fc8b3676475e3f912817245ffe Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Tue, 16 Jul 2024 09:32:08 -0500 Subject: [PATCH] Missing function docs --- src/rust/lqos_config/src/authentication.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rust/lqos_config/src/authentication.rs b/src/rust/lqos_config/src/authentication.rs index 9856cfca..57ced451 100644 --- a/src/rust/lqos_config/src/authentication.rs +++ b/src/rust/lqos_config/src/authentication.rs @@ -66,6 +66,7 @@ impl WebUsers { Ok(filename) } + /// Is the list of users empty? pub fn is_empty(&self) -> bool { self.users.is_empty() }