Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Dump
Function
Dump
lib/yamlcpp/src/emit.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
std::string Dump(const Node& node) {
21
Emitter emitter;
22
emitter << node;
23
return emitter.c_str();
24
}
25
} // namespace YAML
Callers
1
TEST_F
Function · 0.85
Calls
1
c_str
Method · 0.45
Tested by
1
TEST_F
Function · 0.68