Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ VerbatimTag
Function
VerbatimTag
lib/yamlcpp/include/yaml-cpp/emittermanip.h:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
};
105
106
inline _Tag VerbatimTag(const std::string& content) {
107
return _Tag(
""
, content, _Tag::Type::Verbatim);
108
}
109
110
inline _Tag LocalTag(const std::string& content) {
111
return _Tag(
""
, content, _Tag::Type::PrimaryHandle);
Callers
4
TEST_F
Function · 0.85
TEST_F
Function · 0.85
EmitProps
Method · 0.85
make_tree_node
Method · 0.85
Calls
1
_Tag
Class · 0.85
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68