(&self)
| 25 | |
| 26 | impl Instruments { |
| 27 | pub fn is_mongodb_enabled(&self) -> bool { |
| 28 | self.mongodb.is_some() |
| 29 | } |
| 30 | |
| 31 | pub fn get_active_instrument_names(&self) -> Vec<InstrumentName> { |
| 32 | let mut names = vec![]; |
no outgoing calls
no test coverage detected