Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ config
Method
config
src/local_logger/mod.rs:297–299 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
295
}
296
297
fn config(&self) -> Option<&simplelog::Config> {
298
None
299
}
300
301
fn as_log(self: Box<Self>) -> Box<dyn Log> {
302
Box::new(*self)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected