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

Function must_write_struct_begin

lib/rs/src/protocol/binary.rs:747–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

745
746 #[test]
747 fn must_write_struct_begin() {
748 assert_no_write(
749 |o| o.write_struct_begin(&TStructIdentifier::new("foo")),
750 true,
751 );
752 }
753
754 #[test]
755 fn must_write_struct_end() {

Callers

nothing calls this directly

Calls 2

assert_no_writeFunction · 0.70
write_struct_beginMethod · 0.45

Tested by

no test coverage detected