Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ config
Method
config
src/run_environment/gitlab_ci/logger.rs:157–159 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
155
}
156
157
fn config(&self) -> Option<&simplelog::Config> {
158
None
159
}
160
161
fn as_log(self: Box<Self>) -> Box<dyn Log> {
162
Box::new(*self)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected