MCPcopy Create free account
hub / github.com/apache/brpc / add_empty_array

Method add_empty_array

src/mcpack2pb/serializer.cpp:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617void Serializer::add_empty_array(const StringWrapper& name) {
618 add_empty_array_internal(_stream, peek_group_info(), name);
619}
620void Serializer::add_empty_array() {
621 add_empty_array_internal(_stream, peek_group_info());
622}

Callers

nothing calls this directly

Calls 1

add_empty_array_internalFunction · 0.85

Tested by

no test coverage detected