MCPcopy Create free account
hub / github.com/Moosync/Moosync / write

Method write

src/utils/tracing_writer.rs:74–76  ·  view source on GitHub ↗
(&mut self, buf: &[u8])

Source from the content-addressed store, hash-verified

72impl Write for ConsoleWriter {
73 #[tracing::instrument(level = "debug", skip(self, buf))]
74 fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
75 self.data.write(buf)
76 }
77
78 #[tracing::instrument(level = "debug", skip(self))]
79 fn flush(&mut self) -> io::Result<()> {

Callers 6

writeCoverImageFunction · 0.80
create_api_clientMethod · 0.80
signoutMethod · 0.80
create_api_clientMethod · 0.80
signoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected