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

Method is_active

src/local_logger/rolling_buffer/mod.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70 }
71
72 pub fn is_active(&self) -> bool {
73 self.active
74 }
75
76 /// Ingest text into the rolling buffer, splitting on newlines and
77 /// maintaining the max_lines window.

Callers 3

logMethod · 0.80
activate_rolling_bufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected