MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / is_mongodb_enabled

Method is_mongodb_enabled

src/instruments/mod.rs:27–29  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

25
26impl 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![];

Callers 2

run_executorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected