Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Foo
Class
Foo
lib/yamlcpp/test/integration/emitter_test.cpp:978–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
976
}
977
978
struct Foo {
979
Foo() : x(0) {}
980
Foo(int x_, const std::string& bar_) : x(x_), bar(bar_) {}
981
982
int x;
983
std::string bar;
984
};
985
986
Emitter& operator<<(Emitter& out, const Foo& foo) {
987
out << BeginMap;
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.56