Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ flush
Method
flush
src/run_environment/github_actions/logger.rs:84–86 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
82
}
83
84
fn flush(&self) {
85
std::io::stdout().flush().unwrap();
86
}
87
}
88
89
impl SharedLogger for GithubActionLogger {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected