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

Method write

atomic-cli/src/agent_error.rs:992–997  ·  view source on GitHub ↗
(&mut self, _buf: &[u8])

Source from the content-addressed store, hash-verified

990
991 impl std::io::Write for BrokenWriter {
992 fn write(&mut self, _buf: &[u8]) -> std::io::Result<usize> {
993 Err(std::io::Error::new(
994 std::io::ErrorKind::BrokenPipe,
995 "reader closed",
996 ))
997 }
998
999 fn flush(&mut self) -> std::io::Result<()> {
1000 Ok(())

Callers 4

runMethod · 0.45
try_turn_end_lockMethod · 0.45
with_accumulatorMethod · 0.45
save_accumulatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected