MCPcopy 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
106inline _Tag VerbatimTag(const std::string& content) {
107 return _Tag("", content, _Tag::Type::Verbatim);
108}
109
110inline _Tag LocalTag(const std::string& content) {
111 return _Tag("", content, _Tag::Type::PrimaryHandle);

Callers 4

TEST_FFunction · 0.85
TEST_FFunction · 0.85
EmitPropsMethod · 0.85
make_tree_nodeMethod · 0.85

Calls 1

_TagClass · 0.85

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68