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

Method add_null

src/mcpack2pb/serializer.cpp:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void Serializer::add_null(const StringWrapper& name) {
559 add_null_internal(_stream, peek_group_info(), name);
560}
561void Serializer::add_null() {
562 add_null_internal(_stream, peek_group_info());
563}

Callers

nothing calls this directly

Calls 1

add_null_internalFunction · 0.85

Tested by

no test coverage detected