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