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

Method get_active_instrument_names

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

Source from the content-addressed store, hash-verified

29 }
30
31 pub fn get_active_instrument_names(&self) -> Vec<InstrumentName> {
32 let mut names = vec![];
33
34 if self.is_mongodb_enabled() {
35 names.push(InstrumentName::MongoDB);
36 }
37
38 names
39 }
40}
41
42impl TryFrom<&RunArgs> for Instruments {

Callers 1

get_upload_metadataMethod · 0.80

Calls 1

is_mongodb_enabledMethod · 0.80

Tested by

no test coverage detected