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

Function empty_optional

test/optional_unittest.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace {
23
24butil::optional<int> empty_optional() {
25 return {};
26}
27
28TEST(OptionalTest, sanity) {
29 {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected