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

Function must_write_map_end

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

Source from the content-addressed store, hash-verified

944
945 #[test]
946 fn must_write_map_end() {
947 assert_no_write(|o| o.write_map_end(), true);
948 }
949
950 #[test]
951 fn must_write_bool_true() {

Callers

nothing calls this directly

Calls 2

assert_no_writeFunction · 0.70
write_map_endMethod · 0.45

Tested by

no test coverage detected