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

Class Instruments

src/instruments/mod.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16#[derive(Debug, Clone, PartialEq, Eq)]
17pub struct Instruments {
18 pub mongodb: Option<MongoDBConfig>,
19}
20
21#[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq, Hash)]
22pub enum InstrumentName {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected