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

Method add_bool

src/mcpack2pb/serializer.cpp:346–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344void Serializer::add_uint64(const StringWrapper& name, uint64_t value)
345{ add_primitive(_stream, peek_group_info(), name, value); }
346void Serializer::add_bool(const StringWrapper& name, bool value)
347{ add_primitive(_stream, peek_group_info(), name, value); }
348void Serializer::add_float(const StringWrapper& name, float value)
349{ add_primitive(_stream, peek_group_info(), name, value); }
350void Serializer::add_double(const StringWrapper& name, double value)

Callers 1

SerializeUbrpcRequestFunction · 0.80

Calls 1

add_primitiveFunction · 0.85

Tested by

no test coverage detected