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

Method is_nil

lib/cpp/src/thrift/TUuid.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool TUuid::is_nil() const noexcept {
48 boost::uuids::uuid uuid_tmp{};
49 std::copy(this->begin(), this->end(), std::begin(uuid_tmp));
50 return uuid_tmp.is_nil();
51}
52
53std::string to_string(const TUuid& in) {
54 boost::uuids::uuid uuid_tmp{};

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 2

beginMethod · 0.95
endMethod · 0.95

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64