MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / write_ignoring_errors

Function write_ignoring_errors

atomic-cli/src/agent_error.rs:532–534  ·  view source on GitHub ↗
(mut writer: impl std::io::Write, output: &str)

Source from the content-addressed store, hash-verified

530}
531
532fn write_ignoring_errors(mut writer: impl std::io::Write, output: &str) {
533 let _ = std::io::Write::write_all(&mut writer, output.as_bytes());
534}
535
536fn reason(err: &clap::Error) -> Option<String> {
537 if let Some(source) = err.source() {

Callers 2

render_and_exitFunction · 0.85

Calls 1

as_bytesMethod · 0.45

Tested by 1