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

Method write_field_stop

lib/rs/src/protocol/binary.rs:436–438  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

434 }
435
436 fn write_field_stop(&mut self) -> crate::Result<()> {
437 self.write_byte(field_type_to_u8(TType::Stop))
438 }
439
440 fn write_bytes(&mut self, b: &[u8]) -> crate::Result<()> {
441 self.write_i32(b.len() as i32)?;

Callers

nothing calls this directly

Calls 2

field_type_to_u8Function · 0.85
write_byteMethod · 0.45

Tested by

no test coverage detected