MCPcopy Create free account
hub / github.com/apache/thrift / write_string

Method write_string

lib/rs/src/protocol/binary.rs:473–475  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

471 }
472
473 fn write_string(&mut self, s: &str) -> crate::Result<()> {
474 self.write_bytes(s.as_bytes())
475 }
476
477 fn write_uuid(&mut self, uuid: &uuid::Uuid) -> crate::Result<()> {
478 self.transport

Callers 1

write_message_beginMethod · 0.45

Calls 1

write_bytesMethod · 0.45

Tested by

no test coverage detected