Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write_to_rolling_buffer_or_output
Function · 0.80
log
Method · 0.80
activate_rolling_buffer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected