Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
namespace {
23
24
butil::optional<int> empty_optional() {
25
return {};
26
}
27
28
TEST(OptionalTest, sanity) {
29
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected